#B79601

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

Shades of Dark Goldenrod #B79601

Tints of Dark Goldenrod #B79601

Color information

#B79601 (or 0xB79601) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 96 and 01. RGB value is (183,150,1). Sum of RGB (Red+Green+Blue) = 183+150+1=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B79601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79601 is #4869FE. Grayscale: #8F8F8F. Windows color (decimal): -4745727 or 104119. OLE color: 104119.

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

Color convert

RGB1831501-
CMYK00.180.990.28
HSL49.12º98.91%36.08%-
HSV(B)49.12º99.45%71.76%-
XYZ30.4431.884.58-
YUV142.8847.93156.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 150 (58.98% from 255) = 44.91%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=54.79%
G=44.91%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183150100.180.990.2849.1298.9136.08
HexB7961012631C316324
Octal2672261022143346114344
Binary101101111001011010100101100011111001100011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79601; }

 p { color: rgb(183,150,1); }

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

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

 a { background-color: rgb(183,150,1); }

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

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

 span { border-color: rgb(183,150,1); }

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