Html Css Color HEX #B9920E Dark Goldenrod

📋 copy color: '#B9920E'

red 185 ◦ green 146 ◦ blue 14

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

Shades of Dark Goldenrod #B9920E

Tints of Dark Goldenrod #B9920E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 53.62%
G = 42.32%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9920E (or 0xB9920E) is known color: Dark Goldenrod. HEX triplet: B9, 92 and 0E. RGB value is (185,146,14). Sum of RGB (Red+Green+Blue) = 185+146+14=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9920E is #466DF1. Grayscale: #8F8F8F. Windows color (decimal): -4615666 or 955065. OLE color: 955065.

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

Color convert

RGB 185 146 14 -
CMYK 0 0.21 0.92 0.27
HSL 46.32º 0.86% 0.39% -
HSV(B) 46.32º 0.92% 0.73% -
XYZ 30.37 30.9 4.78 -
YUV 142.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 185 146 14 0 0.21 0.92 0.27 46.32 0.86 0.39
Hex B9 92 E 0 15 5C 1B 2E 56 27
Octal 271 222 16 0 25 134 33 56 126 47
Binary 10111001 10010010 1110 0 10101 1011100 11011 101110 1010110 100111

Color Harmonies of #B9920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9920E

Black with #B9920E

Text Example


Text Example

White with #B9920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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