Html Css Color HEX #B06608 Golden Brown

📋 copy color: '#B06608'

red 176 ◦ green 102 ◦ blue 8

#B06608
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #B06608

Tints of Golden Brown #B06608

RGB

 RED value IS 176 (69.14% from 255) = 61.54%

 GREEN value IS 102 (40.23% from 255) = 35.66%

 BLUE value IS 8 (3.52% from 255) = 2.8%

R = 61.54%
G = 35.66%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B06608 (or 0xB06608) is known color: Golden Brown. HEX triplet: B0, 66 and 08. RGB value is (176,102,8). Sum of RGB (Red+Green+Blue) = 176+102+8=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B06608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06608 is #4F99F7. Grayscale: #717171. Windows color (decimal): -5216760 or 550576. OLE color: 550576.

HSL color Cylindrical-coordinate representation of color #B06608: hue angle of 33.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B06608 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 8 -
CMYK 0 0.42 0.95 0.31
HSL 33.57º 0.91% 0.36% -
HSV(B) 33.57º 0.95% 0.69% -
XYZ 22.7 18.75 2.65 -
YUV 113.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 176 102 8 0 0.42 0.95 0.31 33.57 0.91 0.36
Hex B0 66 8 0 2A 5F 1F 22 5B 24
Octal 260 146 10 0 52 137 37 42 133 44
Binary 10110000 1100110 1000 0 101010 1011111 11111 100010 1011011 100100

Color Harmonies of #B06608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06608

Black with #B06608

Text Example


Text Example

White with #B06608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06608; }

 p { color: rgb(176,102,8); }

 H1.HeaderClassName
 {
   color: #B06608;
 }
 .AnyTagClassName
 {
   color: #B06608;
 }
</style>

background-color css

<style>
 a { background-color: #B06608; }

 a { background-color: rgb(176,102,8); }

 div.DivClassName
 {
   background-color: #B06608;
 }
 .BgClassName
 {
   background-color: #B06608;
 }
</style>

border-color css

<style>
 span { border-color: #B06608; }

 span { border-color: rgb(176,102,8); }

 td.TdClassName
 {
   border-color: #B06608;
 }
 .TagClassName
 {
   border-color: #B06608;
 }
</style>