#BA896B

Color #BA896B Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BA896B

Tints of Brandy Rose #BA896B

Color information

#BA896B (or 0xBA896B) is unknown color: approx Brandy Rose. HEX triplet: BA, 89 and 6B. RGB value is (186,137,107). Sum of RGB (Red+Green+Blue) = 186+137+107=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA896B is #457694. Grayscale: #949494. Windows color (decimal): -4552341 or 7047610. OLE color: 7047610.

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

Color convert

RGB186137107-
CMYK00.260.420.27
HSL22.78º36.41%57.45%-
HSV(B)22.78º42.47%72.94%-
XYZ31.8529.3917.9-
YUV148.23104.73154.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=43.26%
G=31.86%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613710700.260.420.2722.7836.4157.45
HexBA896B01A2A1B172439
Octal2722111530325233274471
Binary101110101000100111010110110101010101101110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA896B; }

 p { color: rgb(186,137,107); }

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

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

 a { background-color: rgb(186,137,107); }

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

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

 span { border-color: rgb(186,137,107); }

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