Html Css Color HEX #B78312 Dark Goldenrod

📋 copy color: '#B78312'

red 183 ◦ green 131 ◦ blue 18

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

Shades of Dark Goldenrod #B78312

Tints of Dark Goldenrod #B78312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.46%

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

R = 55.12%
G = 39.46%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B78312 (or 0xB78312) is known color: Dark Goldenrod. HEX triplet: B7, 83 and 12. RGB value is (183,131,18). Sum of RGB (Red+Green+Blue) = 183+131+18=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B78312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78312 is #487CED. Grayscale: #868686. Windows color (decimal): -4750574 or 1213367. OLE color: 1213367.

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

Color convert

RGB 183 131 18 -
CMYK 0 0.28 0.90 0.28
HSL 41.09º 0.82% 0.39% -
HSV(B) 41.09º 0.9% 0.72% -
XYZ 27.75 26.34 4.19 -
YUV 133.67 62.73 163.19 -
System Red Green Blue C M Y K H S L
Decimal 183 131 18 0 0.28 0.90 0.28 41.09 0.82 0.39
Hex B7 83 12 0 1C 5A 1C 29 52 27
Octal 267 203 22 0 34 132 34 51 122 47
Binary 10110111 10000011 10010 0 11100 1011010 11100 101001 1010010 100111

Color Harmonies of #B78312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78312

Black with #B78312

Text Example


Text Example

White with #B78312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78312; }

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

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

background-color css

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

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

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

border-color css

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

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

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