Html Css Color HEX #B17010 Dark Goldenrod

📋 copy color: '#B17010'

red 177 ◦ green 112 ◦ blue 16

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

Shades of Dark Goldenrod #B17010

Tints of Dark Goldenrod #B17010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.72%

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 58.03%
G = 36.72%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B17010 (or 0xB17010) is known color: Dark Goldenrod. HEX triplet: B1, 70 and 10. RGB value is (177,112,16). Sum of RGB (Red+Green+Blue) = 177+112+16=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B17010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17010 is #4E8FEF. Grayscale: #787878. Windows color (decimal): -5148656 or 1077425. OLE color: 1077425.

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

Color convert

RGB 177 112 16 -
CMYK 0 0.37 0.91 0.31
HSL 35.78º 0.83% 0.38% -
HSV(B) 35.78º 0.91% 0.69% -
XYZ 24.02 20.97 3.27 -
YUV 120.49 69.03 168.31 -
System Red Green Blue C M Y K H S L
Decimal 177 112 16 0 0.37 0.91 0.31 35.78 0.83 0.38
Hex B1 70 10 0 25 5B 1F 24 53 26
Octal 261 160 20 0 45 133 37 44 123 46
Binary 10110001 1110000 10000 0 100101 1011011 11111 100100 1010011 100110

Color Harmonies of #B17010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17010

Black with #B17010

Text Example


Text Example

White with #B17010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17010; }

 p { color: rgb(177,112,16); }

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

background-color css

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

 a { background-color: rgb(177,112,16); }

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

border-color css

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

 span { border-color: rgb(177,112,16); }

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