Html Css Color HEX #B16F0F Dark Goldenrod

📋 copy color: '#B16F0F'

red 177 ◦ green 111 ◦ blue 15

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

Shades of Dark Goldenrod #B16F0F

Tints of Dark Goldenrod #B16F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 58.42%
G = 36.63%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B16F0F (or 0xB16F0F) is known color: Dark Goldenrod. HEX triplet: B1, 6F and 0F. RGB value is (177,111,15). Sum of RGB (Red+Green+Blue) = 177+111+15=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16F0F is #4E90F0. Grayscale: #787878. Windows color (decimal): -5148913 or 1011633. OLE color: 1011633.

HSL color Cylindrical-coordinate representation of color #B16F0F: hue angle of 35.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B16F0F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 111 15 -
CMYK 0 0.37 0.92 0.31
HSL 35.56º 0.84% 0.38% -
HSV(B) 35.56º 0.92% 0.69% -
XYZ 23.9 20.75 3.2 -
YUV 119.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 177 111 15 0 0.37 0.92 0.31 35.56 0.84 0.38
Hex B1 6F F 0 25 5C 1F 24 54 26
Octal 261 157 17 0 45 134 37 44 124 46
Binary 10110001 1101111 1111 0 100101 1011100 11111 100100 1010100 100110

Color Harmonies of #B16F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16F0F

Black with #B16F0F

Text Example


Text Example

White with #B16F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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