Html Css Color HEX #B16F09 Dark Goldenrod

📋 copy color: '#B16F09'

red 177 ◦ green 111 ◦ blue 9

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

Shades of Dark Goldenrod #B16F09

Tints of Dark Goldenrod #B16F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

 BLUE value IS 9 (3.91% from 255) = 3.03%

R = 59.6%
G = 37.37%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B16F09 (or 0xB16F09) is known color: Dark Goldenrod. HEX triplet: B1, 6F and 09. RGB value is (177,111,9). Sum of RGB (Red+Green+Blue) = 177+111+9=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16F09 is #4E90F6. Grayscale: #777777. Windows color (decimal): -5148919 or 618417. OLE color: 618417.

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

Color convert

RGB 177 111 9 -
CMYK 0 0.37 0.95 0.31
HSL 36.43º 0.9% 0.36% -
HSV(B) 36.43º 0.95% 0.69% -
XYZ 23.87 20.74 3 -
YUV 119.11 65.87 169.29 -
System Red Green Blue C M Y K H S L
Decimal 177 111 9 0 0.37 0.95 0.31 36.43 0.9 0.36
Hex B1 6F 9 0 25 5F 1F 24 5A 24
Octal 261 157 11 0 45 137 37 44 132 44
Binary 10110001 1101111 1001 0 100101 1011111 11111 100100 1011010 100100

Color Harmonies of #B16F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16F09

Black with #B16F09

Text Example


Text Example

White with #B16F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16F09; }

 p { color: rgb(177,111,9); }

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

background-color css

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

 a { background-color: rgb(177,111,9); }

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

border-color css

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

 span { border-color: rgb(177,111,9); }

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