#BB7A72

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

Shades of Brandy Rose #BB7A72

Tints of Brandy Rose #BB7A72

Color information

#BB7A72 (or 0xBB7A72) is unknown color: approx Brandy Rose. HEX triplet: BB, 7A and 72. RGB value is (187,122,114). Sum of RGB (Red+Green+Blue) = 187+122+114=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A72 is #44858D. Grayscale: #8C8C8C. Windows color (decimal): -4490638 or 7502523. OLE color: 7502523.

HSL color Cylindrical-coordinate representation of color #BB7A72: hue angle of 6.58º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7A72 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB187122114-
CMYK00.350.390.27
HSL6.58º34.93%59.02%-
HSV(B)6.58º39.04%73.33%-
XYZ30.4925.719.27-
YUV140.52113.03161.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=44.21%
G=28.84%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712211400.350.390.276.5834.9359.02
HexBB7A72023271B7233b
Octal273172162043473374373
Binary1011101111110101110010010001110011111011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A72; }

 p { color: rgb(187,122,114); }

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

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

 a { background-color: rgb(187,122,114); }

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

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

 span { border-color: rgb(187,122,114); }

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