Html Css Color HEX #B9840C Dark Goldenrod

📋 copy color: '#B9840C'

red 185 ◦ green 132 ◦ blue 12

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

Shades of Dark Goldenrod #B9840C

Tints of Dark Goldenrod #B9840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 56.23%
G = 40.12%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9840C (or 0xB9840C) is known color: Dark Goldenrod. HEX triplet: B9, 84 and 0C. RGB value is (185,132,12). Sum of RGB (Red+Green+Blue) = 185+132+12=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9840C is #467BF3. Grayscale: #868686. Windows color (decimal): -4619252 or 820409. OLE color: 820409.

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

Color convert

RGB 185 132 12 -
CMYK 0 0.29 0.94 0.27
HSL 41.62º 0.88% 0.39% -
HSV(B) 41.62º 0.94% 0.73% -
XYZ 28.33 26.84 4.04 -
YUV 134.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 185 132 12 0 0.29 0.94 0.27 41.62 0.88 0.39
Hex B9 84 C 0 1D 5E 1B 2A 58 27
Octal 271 204 14 0 35 136 33 52 130 47
Binary 10111001 10000100 1100 0 11101 1011110 11011 101010 1011000 100111

Color Harmonies of #B9840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9840C

Black with #B9840C

Text Example


Text Example

White with #B9840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9840C; }

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

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

background-color css

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

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

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

border-color css

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

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

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