Html Css Color HEX #B16E08 Dark Goldenrod

📋 copy color: '#B16E08'

red 177 ◦ green 110 ◦ blue 8

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

Shades of Dark Goldenrod #B16E08

Tints of Dark Goldenrod #B16E08

RGB

 RED value IS 177 (69.53% from 255) = 60%

 GREEN value IS 110 (43.36% from 255) = 37.29%

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

R = 60%
G = 37.29%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B16E08 (or 0xB16E08) is known color: Dark Goldenrod. HEX triplet: B1, 6E and 08. RGB value is (177,110,8). Sum of RGB (Red+Green+Blue) = 177+110+8=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16E08 is #4E91F7. Grayscale: #767676. Windows color (decimal): -5149176 or 552625. OLE color: 552625.

HSL color Cylindrical-coordinate representation of color #B16E08: hue angle of 36.21º 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 #B16E08 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 110 8 -
CMYK 0 0.38 0.95 0.31
HSL 36.21º 0.91% 0.36% -
HSV(B) 36.21º 0.95% 0.69% -
XYZ 23.75 20.52 2.94 -
YUV 118.41 65.7 169.79 -
System Red Green Blue C M Y K H S L
Decimal 177 110 8 0 0.38 0.95 0.31 36.21 0.91 0.36
Hex B1 6E 8 0 26 5F 1F 24 5B 24
Octal 261 156 10 0 46 137 37 44 133 44
Binary 10110001 1101110 1000 0 100110 1011111 11111 100100 1011011 100100

Color Harmonies of #B16E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E08

Black with #B16E08

Text Example


Text Example

White with #B16E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E08; }

 p { color: rgb(177,110,8); }

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

background-color css

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

 a { background-color: rgb(177,110,8); }

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

border-color css

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

 span { border-color: rgb(177,110,8); }

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