#BA7B7B

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

Shades of Brandy Rose #BA7B7B

Tints of Brandy Rose #BA7B7B

Color information

#BA7B7B (or 0xBA7B7B) is unknown color: approx Brandy Rose. HEX triplet: BA, 7B and 7B. RGB value is (186,123,123). Sum of RGB (Red+Green+Blue) = 186+123+123=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B7B is #458484. Grayscale: #8D8D8D. Windows color (decimal): -4555909 or 8092602. OLE color: 8092602.

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

Color convert

RGB186123123-
CMYK00.340.340.27
HSL31.34%60.59%-
HSV(B)33.87%72.94%-
XYZ30.9126.0422.14-
YUV141.84117.37159.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 123 (48.44% from 255) = 28.47%
BLUE value IS 123 (48.44% from 255) = 28.47%
R=43.06%
G=28.47%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612312300.340.340.27031.3460.59
HexBA7B7B022221B01f3d
Octal272173173042423303775
Binary1011101011110111111011010001010001011011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B7B; }

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

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

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

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

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

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

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

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