#BB7E79

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

Shades of Brandy Rose #BB7E79

Tints of Brandy Rose #BB7E79

Color information

#BB7E79 (or 0xBB7E79) is unknown color: approx Brandy Rose. HEX triplet: BB, 7E and 79. RGB value is (187,126,121). Sum of RGB (Red+Green+Blue) = 187+126+121=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E79 is #448186. Grayscale: #8F8F8F. Windows color (decimal): -4489607 or 7962299. OLE color: 7962299.

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

Color convert

RGB187126121-
CMYK00.330.350.27
HSL4.55º32.67%60.39%-
HSV(B)4.55º35.29%73.33%-
XYZ31.4126.8721.62-
YUV143.67115.21158.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=43.09%
G=29.03%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712612100.330.350.274.5532.6760.39
HexBB7E79021231B5213c
Octal273176171041433354174
Binary1011101111111101111001010000110001111011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E79; }

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

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

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

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

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

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

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

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