Html Css Color HEX #B78210 Dark Goldenrod

📋 copy color: '#B78210'

red 183 ◦ green 130 ◦ blue 16

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

Shades of Dark Goldenrod #B78210

Tints of Dark Goldenrod #B78210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 55.62%
G = 39.51%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B78210 (or 0xB78210) is known color: Dark Goldenrod. HEX triplet: B7, 82 and 10. RGB value is (183,130,16). Sum of RGB (Red+Green+Blue) = 183+130+16=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B78210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78210 is #487DEF. Grayscale: #858585. Windows color (decimal): -4750832 or 1082039. OLE color: 1082039.

HSL color Cylindrical-coordinate representation of color #B78210: hue angle of 40.96º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B78210 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 16 -
CMYK 0 0.29 0.91 0.28
HSL 40.96º 0.84% 0.39% -
HSV(B) 40.96º 0.91% 0.72% -
XYZ 27.6 26.07 4.07 -
YUV 132.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 183 130 16 0 0.29 0.91 0.28 40.96 0.84 0.39
Hex B7 82 10 0 1D 5B 1C 29 54 27
Octal 267 202 20 0 35 133 34 51 124 47
Binary 10110111 10000010 10000 0 11101 1011011 11100 101001 1010100 100111

Color Harmonies of #B78210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78210

Black with #B78210

Text Example


Text Example

White with #B78210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78210; }

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

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

background-color css

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

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

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

border-color css

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

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

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