#BB7C71

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

Shades of Brandy Rose #BB7C71

Tints of Brandy Rose #BB7C71

Color information

#BB7C71 (or 0xBB7C71) is unknown color: approx Brandy Rose. HEX triplet: BB, 7C and 71. RGB value is (187,124,113). Sum of RGB (Red+Green+Blue) = 187+124+113=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C71 is #44838E. Grayscale: #8D8D8D. Windows color (decimal): -4490127 or 7437499. OLE color: 7437499.

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

Color convert

RGB187124113-
CMYK00.340.400.27
HSL8.92º35.24%58.82%-
HSV(B)8.92º39.57%73.33%-
XYZ30.6826.1719.06-
YUV141.58111.87160.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=44.10%
G=29.25%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712411300.340.400.278.9235.2458.82
HexBB7C71022281B9233b
Octal2731741610425033114373
Binary10111011111110011100010100010101000110111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7C71; }

 p { color: rgb(187,124,113); }

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

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

 a { background-color: rgb(187,124,113); }

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

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

 span { border-color: rgb(187,124,113); }

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