#B27100

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

Shades of Dark Goldenrod #B27100

Tints of Dark Goldenrod #B27100

Color information

#B27100 (or 0xB27100) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 71 and 00. RGB value is (178,113,0). Sum of RGB (Red+Green+Blue) = 178+113+0=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B27100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27100 is #4D8EFF. Grayscale: #787878. Windows color (decimal): -5082880 or 29106. OLE color: 29106.

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

Color convert

RGB1781130-
CMYK00.3710.30
HSL38.09º100%34.9%-
HSV(B)38.09º100%69.8%-
XYZ24.2721.282.83-
YUV119.5560.53169.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.17%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.17%
G=38.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178113000.3710.3038.0910034.9
HexB2710025641E266423
Octal2621610045144364614443
Binary101100101110001001001011100100111101001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27100; }

 p { color: rgb(178,113,0); }

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

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

 a { background-color: rgb(178,113,0); }

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

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

 span { border-color: rgb(178,113,0); }

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