#B27515

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

Shades of Dark Goldenrod #B27515

Tints of Dark Goldenrod #B27515

Color information

#B27515 (or 0xB27515) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 75 and 15. RGB value is (178,117,21). Sum of RGB (Red+Green+Blue) = 178+117+21=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B27515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27515 is #4D8AEA. Grayscale: #7C7C7C. Windows color (decimal): -5081835 or 1406386. OLE color: 1406386.

HSL color Cylindrical-coordinate representation of color #B27515: hue angle of 36.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B27515 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17811721-
CMYK00.340.880.30
HSL36.69º78.89%39.02%-
HSV(B)36.69º88.2%69.8%-
XYZ24.8622.243.69-
YUV124.369.71166.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 21 (8.59% from 255) = 6.65%
R=56.33%
G=37.03%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781172100.340.880.3036.6978.8939.02
HexB27515022581E254f27
Octal26216525042130364511747
Binary1011001011101011010101000101011000111101001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27515; }

 p { color: rgb(178,117,21); }

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

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

 a { background-color: rgb(178,117,21); }

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

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

 span { border-color: rgb(178,117,21); }

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