#B67615

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

Shades of Dark Goldenrod #B67615

Tints of Dark Goldenrod #B67615

Color information

#B67615 (or 0xB67615) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 76 and 15. RGB value is (182,118,21). Sum of RGB (Red+Green+Blue) = 182+118+21=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B67615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67615 is #4989EA. Grayscale: #7E7E7E. Windows color (decimal): -4819435 or 1406646. OLE color: 1406646.

HSL color Cylindrical-coordinate representation of color #B67615: hue angle of 36.15º 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 #B67615 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18211821-
CMYK00.350.880.29
HSL36.15º79.31%39.8%-
HSV(B)36.15º88.46%71.37%-
XYZ25.9122.963.78-
YUV126.0868.7167.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=56.70%
G=36.76%
B=6.54%

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
Decimal1821182100.350.880.2936.1579.3139.8
HexB67615023581D244f28
Octal26616625043130354411750
Binary1011011011101101010101000111011000111011001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67615; }

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

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

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

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

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

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

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

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