#B67715

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

Shades of Dark Goldenrod #B67715

Tints of Dark Goldenrod #B67715

Color information

#B67715 (or 0xB67715) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 77 and 15. RGB value is (182,119,21). Sum of RGB (Red+Green+Blue) = 182+119+21=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B67715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67715 is #4988EA. Grayscale: #7F7F7F. Windows color (decimal): -4819179 or 1406902. OLE color: 1406902.

HSL color Cylindrical-coordinate representation of color #B67715: hue angle of 36.52º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B67715 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18211921-
CMYK00.350.880.29
HSL36.52º79.31%39.8%-
HSV(B)36.52º88.46%71.37%-
XYZ26.0223.193.81-
YUV126.6668.37167.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.52%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 21 (8.59% from 255) = 6.52%
R=56.52%
G=36.96%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821192100.350.880.2936.5279.3139.8
HexB67715023581D254f28
Octal26616725043130354511750
Binary1011011011101111010101000111011000111011001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67715; }

 p { color: rgb(182,119,21); }

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

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

 a { background-color: rgb(182,119,21); }

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

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

 span { border-color: rgb(182,119,21); }

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