#BA856A

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

Shades of Brandy Rose #BA856A

Tints of Brandy Rose #BA856A

Color information

#BA856A (or 0xBA856A) is unknown color: approx Brandy Rose. HEX triplet: BA, 85 and 6A. RGB value is (186,133,106). Sum of RGB (Red+Green+Blue) = 186+133+106=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA856A is #457A95. Grayscale: #919191. Windows color (decimal): -4553366 or 6981050. OLE color: 6981050.

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

Color convert

RGB186133106-
CMYK00.280.430.27
HSL20.25º36.7%57.25%-
HSV(B)20.25º43.01%72.94%-
XYZ31.2428.2517.44-
YUV145.77105.56156.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=43.76%
G=31.29%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613310600.280.430.2720.2536.757.25
HexBA856A01C2B1B142539
Octal2722051520345333244571
Binary101110101000010111010100111001010111101110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA856A; }

 p { color: rgb(186,133,106); }

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

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

 a { background-color: rgb(186,133,106); }

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

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

 span { border-color: rgb(186,133,106); }

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