Html Css Color HEX #B9820C Dark Goldenrod

📋 copy color: '#B9820C'

red 185 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #B9820C

Tints of Dark Goldenrod #B9820C

RGB

 RED value IS 185 (72.66% from 255) = 56.57%

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

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 56.57%
G = 39.76%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9820C (or 0xB9820C) is known color: Dark Goldenrod. HEX triplet: B9, 82 and 0C. RGB value is (185,130,12). Sum of RGB (Red+Green+Blue) = 185+130+12=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9820C is #467DF3. Grayscale: #858585. Windows color (decimal): -4619764 or 819897. OLE color: 819897.

HSL color Cylindrical-coordinate representation of color #B9820C: hue angle of 40.92º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9820C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 12 -
CMYK 0 0.30 0.94 0.27
HSL 40.92º 0.88% 0.39% -
HSV(B) 40.92º 0.94% 0.73% -
XYZ 28.06 26.31 3.95 -
YUV 132.99 59.72 165.09 -
System Red Green Blue C M Y K H S L
Decimal 185 130 12 0 0.30 0.94 0.27 40.92 0.88 0.39
Hex B9 82 C 0 1E 5E 1B 29 58 27
Octal 271 202 14 0 36 136 33 51 130 47
Binary 10111001 10000010 1100 0 11110 1011110 11011 101001 1011000 100111

Color Harmonies of #B9820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9820C

Black with #B9820C

Text Example


Text Example

White with #B9820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9820C; }

 p { color: rgb(185,130,12); }

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

background-color css

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

 a { background-color: rgb(185,130,12); }

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

border-color css

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

 span { border-color: rgb(185,130,12); }

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