#BA867B

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

Shades of Brandy Rose #BA867B

Tints of Brandy Rose #BA867B

Color information

#BA867B (or 0xBA867B) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 7B. RGB value is (186,134,123). Sum of RGB (Red+Green+Blue) = 186+134+123=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA867B is #457984. Grayscale: #949494. Windows color (decimal): -4553093 or 8095418. OLE color: 8095418.

HSL color Cylindrical-coordinate representation of color #BA867B: hue angle of 10.48º 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 #BA867B is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186134123-
CMYK00.280.340.27
HSL10.48º31.34%60.59%-
HSV(B)10.48º33.87%72.94%-
XYZ32.3528.9222.62-
YUV148.29113.73154.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=41.99%
G=30.25%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613412300.280.340.2710.4831.3460.59
HexBA867B01C221Ba1f3d
Octal2722061730344233123775
Binary1011101010000110111101101110010001011011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA867B; }

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

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

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

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

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

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

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

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