Html Css Color HEX #B77112 Dark Goldenrod

📋 copy color: '#B77112'

red 183 ◦ green 113 ◦ blue 18

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

Shades of Dark Goldenrod #B77112

Tints of Dark Goldenrod #B77112

RGB

 RED value IS 183 (71.88% from 255) = 58.28%

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

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

R = 58.28%
G = 35.99%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B77112 (or 0xB77112) is known color: Dark Goldenrod. HEX triplet: B7, 71 and 12. RGB value is (183,113,18). Sum of RGB (Red+Green+Blue) = 183+113+18=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B77112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77112 is #488EED. Grayscale: #7B7B7B. Windows color (decimal): -4755182 or 1208759. OLE color: 1208759.

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

Color convert

RGB 183 113 18 -
CMYK 0 0.38 0.90 0.28
HSL 34.55º 0.82% 0.39% -
HSV(B) 34.55º 0.9% 0.72% -
XYZ 25.54 21.92 3.46 -
YUV 123.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 183 113 18 0 0.38 0.90 0.28 34.55 0.82 0.39
Hex B7 71 12 0 26 5A 1C 23 52 27
Octal 267 161 22 0 46 132 34 43 122 47
Binary 10110111 1110001 10010 0 100110 1011010 11100 100011 1010010 100111

Color Harmonies of #B77112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77112

Black with #B77112

Text Example


Text Example

White with #B77112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77112; }

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

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

background-color css

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

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

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

border-color css

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

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

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