#BA887B

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

Shades of Brandy Rose #BA887B

Tints of Brandy Rose #BA887B

Color information

#BA887B (or 0xBA887B) is unknown color: approx Brandy Rose. HEX triplet: BA, 88 and 7B. RGB value is (186,136,123). Sum of RGB (Red+Green+Blue) = 186+136+123=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA887B is #457784. Grayscale: #959595. Windows color (decimal): -4552581 or 8095930. OLE color: 8095930.

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

Color convert

RGB186136123-
CMYK00.270.340.27
HSL12.38º31.34%60.59%-
HSV(B)12.38º33.87%72.94%-
XYZ32.6329.4822.71-
YUV149.47113.06154.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=41.80%
G=30.56%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613612300.270.340.2712.3831.3460.59
HexBA887B01B221Bc1f3d
Octal2722101730334233143775
Binary1011101010001000111101101101110001011011110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA887B; }

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

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

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

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

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

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

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

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