#BB7977

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

Shades of Brandy Rose #BB7977

Tints of Brandy Rose #BB7977

Color information

#BB7977 (or 0xBB7977) is unknown color: approx Brandy Rose. HEX triplet: BB, 79 and 77. RGB value is (187,121,119). Sum of RGB (Red+Green+Blue) = 187+121+119=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7977 is #448688. Grayscale: #8C8C8C. Windows color (decimal): -4490889 or 7829947. OLE color: 7829947.

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

Color convert

RGB187121119-
CMYK00.350.360.27
HSL1.76º33.33%60%-
HSV(B)1.76º36.36%73.33%-
XYZ30.6625.5720.77-
YUV140.51115.87161.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=43.79%
G=28.34%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712111900.350.360.271.7633.3360
HexBB7977023241B2213c
Octal273171167043443324174
Binary101110111111001111011101000111001001101110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7977; }

 p { color: rgb(187,121,119); }

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

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

 a { background-color: rgb(187,121,119); }

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

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

 span { border-color: rgb(187,121,119); }

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