#BA881B

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

Shades of Dark Goldenrod #BA881B

Tints of Dark Goldenrod #BA881B

Color information

#BA881B (or 0xBA881B) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 88 and 1B. RGB value is (186,136,27). Sum of RGB (Red+Green+Blue) = 186+136+27=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA881B is #4577E4. Grayscale: #8B8B8B. Windows color (decimal): -4552677 or 1804474. OLE color: 1804474.

HSL color Cylindrical-coordinate representation of color #BA881B: hue angle of 41.13º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA881B is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB18613627-
CMYK00.270.850.27
HSL41.13º74.65%41.76%-
HSV(B)41.13º85.48%72.94%-
XYZ29.2528.134.92-
YUV138.5265.06161.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 27 (10.94% from 255) = 7.74%
R=53.30%
G=38.97%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861362700.270.850.2741.1374.6541.76
HexBA881B01B551B294b2a
Octal27221033033125335111352
Binary1011101010001000110110110111010101110111010011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA881B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA881B; }

 p { color: rgb(186,136,27); }

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

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

 a { background-color: rgb(186,136,27); }

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

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

 span { border-color: rgb(186,136,27); }

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