#BA7E7B

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

Shades of Brandy Rose #BA7E7B

Tints of Brandy Rose #BA7E7B

Color information

#BA7E7B (or 0xBA7E7B) is unknown color: approx Brandy Rose. HEX triplet: BA, 7E and 7B. RGB value is (186,126,123). Sum of RGB (Red+Green+Blue) = 186+126+123=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E7B is #458184. Grayscale: #8F8F8F. Windows color (decimal): -4555141 or 8093370. OLE color: 8093370.

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

Color convert

RGB186126123-
CMYK00.320.340.27
HSL2.86º31.34%60.59%-
HSV(B)2.86º33.87%72.94%-
XYZ31.2926.7922.26-
YUV143.6116.38158.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 123 (48.44% from 255) = 28.28%
R=42.76%
G=28.97%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612612300.320.340.272.8631.3460.59
HexBA7E7B020221B31f3d
Octal272176173040423333775
Binary10111010111111011110110100000100010110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E7B; }

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

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

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

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

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

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

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

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