#B6871A

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

Shades of Dark Goldenrod #B6871A

Tints of Dark Goldenrod #B6871A

Color information

#B6871A (or 0xB6871A) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 87 and 1A. RGB value is (182,135,26). Sum of RGB (Red+Green+Blue) = 182+135+26=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6871A is #4978E5. Grayscale: #898989. Windows color (decimal): -4815078 or 1738678. OLE color: 1738678.

HSL color Cylindrical-coordinate representation of color #B6871A: hue angle of 41.92º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6871A is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18213526-
CMYK00.260.860.29
HSL41.92º75%40.78%-
HSV(B)41.92º85.71%71.37%-
XYZ28.1427.354.77-
YUV136.6365.57160.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.06%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 26 (10.55% from 255) = 7.58%
R=53.06%
G=39.36%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821352600.260.860.2941.927540.78
HexB6871A01A561D2a4b29
Octal26620732032126355211351
Binary1011011010000111110100110101010110111011010101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6871A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6871A; }

 p { color: rgb(182,135,26); }

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

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

 a { background-color: rgb(182,135,26); }

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

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

 span { border-color: rgb(182,135,26); }

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