Html Css Color HEX #B9920C Dark Goldenrod

📋 copy color: '#B9920C'

red 185 ◦ green 146 ◦ blue 12

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

Shades of Dark Goldenrod #B9920C

Tints of Dark Goldenrod #B9920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.57%

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

R = 53.94%
G = 42.57%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9920C (or 0xB9920C) is known color: Dark Goldenrod. HEX triplet: B9, 92 and 0C. RGB value is (185,146,12). Sum of RGB (Red+Green+Blue) = 185+146+12=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9920C is #466DF3. Grayscale: #8E8E8E. Windows color (decimal): -4615668 or 823993. OLE color: 823993.

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

Color convert

RGB 185 146 12 -
CMYK 0 0.21 0.94 0.27
HSL 46.47º 0.88% 0.39% -
HSV(B) 46.47º 0.94% 0.73% -
XYZ 30.35 30.9 4.71 -
YUV 142.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 185 146 12 0 0.21 0.94 0.27 46.47 0.88 0.39
Hex B9 92 C 0 15 5E 1B 2E 58 27
Octal 271 222 14 0 25 136 33 56 130 47
Binary 10111001 10010010 1100 0 10101 1011110 11011 101110 1011000 100111

Color Harmonies of #B9920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9920C

Black with #B9920C

Text Example


Text Example

White with #B9920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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