#BA7C7B

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

Shades of Brandy Rose #BA7C7B

Tints of Brandy Rose #BA7C7B

Color information

#BA7C7B (or 0xBA7C7B) is unknown color: approx Brandy Rose. HEX triplet: BA, 7C and 7B. RGB value is (186,124,123). Sum of RGB (Red+Green+Blue) = 186+124+123=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C7B is #458384. Grayscale: #8E8E8E. Windows color (decimal): -4555653 or 8092858. OLE color: 8092858.

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

Color convert

RGB186124123-
CMYK00.330.340.27
HSL0.95º31.34%60.59%-
HSV(B)0.95º33.87%72.94%-
XYZ31.0326.2822.18-
YUV142.42117.04159.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=42.96%
G=28.64%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612412300.330.340.270.9531.3460.59
HexBA7C7B021221B11f3d
Octal272174173041423313775
Binary1011101011111001111011010000110001011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C7B; }

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

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

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

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

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

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

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

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