#B27311

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

Shades of Dark Goldenrod #B27311

Tints of Dark Goldenrod #B27311

Color information

#B27311 (or 0xB27311) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 73 and 11. RGB value is (178,115,17). Sum of RGB (Red+Green+Blue) = 178+115+17=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B27311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27311 is #4D8CEE. Grayscale: #7B7B7B. Windows color (decimal): -5082351 or 1143730. OLE color: 1143730.

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

Color convert

RGB17811517-
CMYK00.350.900.30
HSL36.52º82.56%38.24%-
HSV(B)36.52º90.45%69.8%-
XYZ24.5921.773.44-
YUV122.6668.37167.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.42%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 17 (7.03% from 255) = 5.48%
R=57.42%
G=37.10%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781151700.350.900.3036.5282.5638.24
HexB273110235A1E255326
Octal26216321043132364512346
Binary1011001011100111000101000111011010111101001011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27311; }

 p { color: rgb(178,115,17); }

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

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

 a { background-color: rgb(178,115,17); }

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

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

 span { border-color: rgb(178,115,17); }

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