Html Css Color HEX #B16E0A Dark Goldenrod

📋 copy color: '#B16E0A'

red 177 ◦ green 110 ◦ blue 10

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

Shades of Dark Goldenrod #B16E0A

Tints of Dark Goldenrod #B16E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 59.6%
G = 37.04%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B16E0A (or 0xB16E0A) is known color: Dark Goldenrod. HEX triplet: B1, 6E and 0A. RGB value is (177,110,10). Sum of RGB (Red+Green+Blue) = 177+110+10=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16E0A is #4E91F5. Grayscale: #777777. Windows color (decimal): -5149174 or 683697. OLE color: 683697.

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

Color convert

RGB 177 110 10 -
CMYK 0 0.38 0.94 0.31
HSL 35.93º 0.89% 0.37% -
HSV(B) 35.93º 0.94% 0.69% -
XYZ 23.76 20.52 3 -
YUV 118.63 66.7 169.63 -
System Red Green Blue C M Y K H S L
Decimal 177 110 10 0 0.38 0.94 0.31 35.93 0.89 0.37
Hex B1 6E A 0 26 5E 1F 24 59 25
Octal 261 156 12 0 46 136 37 44 131 45
Binary 10110001 1101110 1010 0 100110 1011110 11111 100100 1011001 100101

Color Harmonies of #B16E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E0A

Black with #B16E0A

Text Example


Text Example

White with #B16E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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