#b27501

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

Shades of Dark Goldenrod #B27501

Tints of Dark Goldenrod #B27501

Color information

#B27501 (or 0xB27501) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 75 and 01. RGB value is (178,117,1). Sum of RGB (Red+Green+Blue) = 178+117+1=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B27501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27501 is #4D8AFE. Grayscale: #7A7A7A. Windows color (decimal): -5081855 or 95666. OLE color: 95666.

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

Color convert

RGB1781171-
CMYK00.340.990.30
HSL39.32º98.88%35.1%-
HSV(B)39.32º99.44%69.8%-
XYZ24.7322.193.01-
YUV122.0259.71167.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=60.14%
G=39.53%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178117100.340.990.3039.3298.8835.1
HexB2751022631E276323
Octal2621651042143364714343
Binary101100101110101101000101100011111101001111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27501; }

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

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

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

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

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

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

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

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