#BA815C

Color #BA815C Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #BA815C

Tints of Medium Wood #BA815C

Color information

#BA815C (or 0xBA815C) is unknown color: approx Medium Wood. HEX triplet: BA, 81 and 5C. RGB value is (186,129,92). Sum of RGB (Red+Green+Blue) = 186+129+92=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA815C is #457EA3. Grayscale: #8E8E8E. Windows color (decimal): -4554404 or 6062522. OLE color: 6062522.

HSL color Cylindrical-coordinate representation of color #BA815C: hue angle of 23.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA815C is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18612992-
CMYK00.310.510.27
HSL23.62º40.52%54.51%-
HSV(B)23.62º50.54%72.94%-
XYZ30.0326.9113.74-
YUV141.8299.88159.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=45.70%
G=31.70%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861299200.310.510.2723.6240.5254.51
HexBA815C01F331B182937
Octal2722011340376333305167
Binary101110101000000110111000111111100111101111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA815C; }

 p { color: rgb(186,129,92); }

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

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

 a { background-color: rgb(186,129,92); }

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

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

 span { border-color: rgb(186,129,92); }

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