#BB7A73

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

Shades of Brandy Rose #BB7A73

Tints of Brandy Rose #BB7A73

Color information

#BB7A73 (or 0xBB7A73) is unknown color: approx Brandy Rose. HEX triplet: BB, 7A and 73. RGB value is (187,122,115). Sum of RGB (Red+Green+Blue) = 187+122+115=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A73 is #44858C. Grayscale: #8C8C8C. Windows color (decimal): -4490637 or 7568059. OLE color: 7568059.

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

Color convert

RGB187122115-
CMYK00.350.390.27
HSL5.83º34.62%59.22%-
HSV(B)5.83º38.5%73.33%-
XYZ30.5525.7219.57-
YUV140.64113.53161.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=44.10%
G=28.77%
B=27.12%

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
Decimal18712211500.350.390.275.8334.6259.22
HexBB7A73023271B6233b
Octal273172163043473364373
Binary1011101111110101110011010001110011111011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A73; }

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

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

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

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

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

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

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

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