Html Css Color HEX #B17112 Dark Goldenrod

📋 copy color: '#B17112'

red 177 ◦ green 113 ◦ blue 18

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

Shades of Dark Goldenrod #B17112

Tints of Dark Goldenrod #B17112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 57.47%
G = 36.69%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B17112 (or 0xB17112) is known color: Dark Goldenrod. HEX triplet: B1, 71 and 12. RGB value is (177,113,18). Sum of RGB (Red+Green+Blue) = 177+113+18=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B17112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17112 is #4E8EED. Grayscale: #797979. Windows color (decimal): -5148398 or 1208753. OLE color: 1208753.

HSL color Cylindrical-coordinate representation of color #B17112: hue angle of 35.85º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B17112 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 113 18 -
CMYK 0 0.36 0.90 0.31
HSL 35.85º 0.82% 0.38% -
HSV(B) 35.85º 0.9% 0.69% -
XYZ 24.15 21.2 3.39 -
YUV 121.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 177 113 18 0 0.36 0.90 0.31 35.85 0.82 0.38
Hex B1 71 12 0 24 5A 1F 24 52 26
Octal 261 161 22 0 44 132 37 44 122 46
Binary 10110001 1110001 10010 0 100100 1011010 11111 100100 1010010 100110

Color Harmonies of #B17112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17112

Black with #B17112

Text Example


Text Example

White with #B17112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17112; }

 p { color: rgb(177,113,18); }

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

background-color css

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

 a { background-color: rgb(177,113,18); }

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

border-color css

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

 span { border-color: rgb(177,113,18); }

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