Html Css Color HEX #B78112 Dark Goldenrod

📋 copy color: '#B78112'

red 183 ◦ green 129 ◦ blue 18

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

Shades of Dark Goldenrod #B78112

Tints of Dark Goldenrod #B78112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

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

R = 55.45%
G = 39.09%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B78112 (or 0xB78112) is known color: Dark Goldenrod. HEX triplet: B7, 81 and 12. RGB value is (183,129,18). Sum of RGB (Red+Green+Blue) = 183+129+18=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B78112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78112 is #487EED. Grayscale: #848484. Windows color (decimal): -4751086 or 1212855. OLE color: 1212855.

HSL color Cylindrical-coordinate representation of color #B78112: hue angle of 40.36º 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 #B78112 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 129 18 -
CMYK 0 0.30 0.90 0.28
HSL 40.36º 0.82% 0.39% -
HSV(B) 40.36º 0.9% 0.72% -
XYZ 27.49 25.81 4.11 -
YUV 132.49 63.39 164.03 -
System Red Green Blue C M Y K H S L
Decimal 183 129 18 0 0.30 0.90 0.28 40.36 0.82 0.39
Hex B7 81 12 0 1E 5A 1C 28 52 27
Octal 267 201 22 0 36 132 34 50 122 47
Binary 10110111 10000001 10010 0 11110 1011010 11100 101000 1010010 100111

Color Harmonies of #B78112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78112

Black with #B78112

Text Example


Text Example

White with #B78112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78112; }

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

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

background-color css

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

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

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

border-color css

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

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

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