#b79300

Color #B79300 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B79300

Tints of Dark Goldenrod #B79300

Color information

#B79300 (or 0xB79300) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 93 and 00. RGB value is (183,147,0). Sum of RGB (Red+Green+Blue) = 183+147+0=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B79300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79300 is #486CFF. Grayscale: #8D8D8D. Windows color (decimal): -4746496 or 37815. OLE color: 37815.

HSL color Cylindrical-coordinate representation of color #B79300: hue angle of 48.2º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B79300 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1831470-
CMYK00.2010.28
HSL48.2º100%35.88%-
HSV(B)48.2º100%71.76%-
XYZ29.9630.934.39-
YUV141.0148.43157.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.45%
G=44.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183147000.2010.2848.210035.88
HexB7930014641C306424
Octal2672230024144346014444
Binary101101111001001100101001100100111001100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79300; }

 p { color: rgb(183,147,0); }

 H1.HeaderClassName
 {
   color: #b79300;
 }
 .AnyTagClassName
 {
   color: #b79300;
 }
</style>
background-color css

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

 a { background-color: rgb(183,147,0); }

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

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

 span { border-color: rgb(183,147,0); }

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