Html Css Color HEX #B78212 Dark Goldenrod

📋 copy color: '#B78212'

red 183 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #B78212

Tints of Dark Goldenrod #B78212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.27%

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

R = 55.29%
G = 39.27%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B78212 (or 0xB78212) is known color: Dark Goldenrod. HEX triplet: B7, 82 and 12. RGB value is (183,130,18). Sum of RGB (Red+Green+Blue) = 183+130+18=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B78212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78212 is #487DED. Grayscale: #858585. Windows color (decimal): -4750830 or 1213111. OLE color: 1213111.

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

Color convert

RGB 183 130 18 -
CMYK 0 0.29 0.90 0.28
HSL 40.73º 0.82% 0.39% -
HSV(B) 40.73º 0.9% 0.72% -
XYZ 27.62 26.08 4.15 -
YUV 133.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 183 130 18 0 0.29 0.90 0.28 40.73 0.82 0.39
Hex B7 82 12 0 1D 5A 1C 29 52 27
Octal 267 202 22 0 35 132 34 51 122 47
Binary 10110111 10000010 10010 0 11101 1011010 11100 101001 1010010 100111

Color Harmonies of #B78212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78212

Black with #B78212

Text Example


Text Example

White with #B78212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78212; }

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

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

background-color css

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

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

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

border-color css

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

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

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