#B19608

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

Shades of Dark Goldenrod #B19608

Tints of Dark Goldenrod #B19608

Color information

#B19608 (or 0xB19608) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 96 and 08. RGB value is (177,150,8). Sum of RGB (Red+Green+Blue) = 177+150+8=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B19608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19608 is #4E69F7. Grayscale: #8E8E8E. Windows color (decimal): -5138936 or 562865. OLE color: 562865.

HSL color Cylindrical-coordinate representation of color #B19608: hue angle of 50.41º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B19608 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1771508-
CMYK00.150.950.31
HSL50.41º91.35%36.27%-
HSV(B)50.41º95.48%69.41%-
XYZ29.0831.184.71-
YUV141.8852.45153.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 8 (3.52% from 255) = 2.39%
R=52.84%
G=44.78%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177150800.150.950.3150.4191.3536.27
HexB19680F5F1F325b24
Octal26122610017137376213344
Binary10110001100101101000011111011111111111100101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19608; }

 p { color: rgb(177,150,8); }

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

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

 a { background-color: rgb(177,150,8); }

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

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

 span { border-color: rgb(177,150,8); }

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