Color Hex Logo

#b2663f Color Hex

#B2663F
(178,102,63)
0 Favorites   0 Comments

Color spaces of #b2663f

RGB 17810263
HSL0.060.480.47
HSV20°65°70°
CMYK 0.000.430.65   0.30
XYZ24.008719.32667.1676
Yxy19.32660.47540.3827
Hunter Lab43.962020.549521.1067
CIE-Lab51.067126.985234.8783

#b2663f color RGB value is (178,102,63).

#b2663f hex color red value is 178, green value is 102 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b2663f hue: 0.06 , saturation: 0.48 and the lightness value of b2663f is 0.47.

The process color (four color CMYK) of #b2663f color hex is 0.00, 0.43, 0.65, 0.30. Web safe color of #b2663f is #996633. Color #b2663f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100110 00111111
Octal 262 146 77
Decimal 178 102 63
Hex B2 66 3F

RGB Percentages of Color #b2663f

%51.90
%29.74
%18.37

CMYK Percentages of Color #b2663f

%0
%43
%65
%30

Triadic Colors of #b2663f

#b2663f #3fb266 #663fb2

Analogous Colors of #b2663f

#b2663f #b2a03f #b23f51

Monochromatic Colors of #b2663f

#b2663f

Complementary Color

#b2663f #3f8bb2

#b2663f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2663f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2663f Color CSS Codes

.mybgcolor {background-color:#b2663f; } 
.myforecolor {color:#b2663f; }
.mybordercolor {border:3px solid #b2663f; }

#b2663f Text Font Color

<p style="color:#b2663f">Text here</p>

This sample text font color is #b2663f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2663f Background Color

<div style="background-color:#b2663f">
Div content here</div>

This div background color is #b2663f


#b2663f Border Color

<div style="border:3px solid #b2663f">
Div here</div>

This div border color is #b2663f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,102,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2663f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2663f;
  -webkit-box-shadow: 1px 1px 3px 2px #b2663f;
  box-shadow:         1px 1px 3px 2px #b2663f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,102,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2663f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2663f;
  -webkit-box-shadow: 1px 1px 3px 2px #b2663f;
  box-shadow:         1px 1px 3px 2px #b2663f;">
Div content here</div>

This div box has shadow with color #b2663f


Comments

No comments written yet.

Please login to write comment.