#BB7D6B

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

Shades of Brandy Rose #BB7D6B

Tints of Brandy Rose #BB7D6B

Color information

#BB7D6B (or 0xBB7D6B) is unknown color: approx Brandy Rose. HEX triplet: BB, 7D and 6B. RGB value is (187,125,107). Sum of RGB (Red+Green+Blue) = 187+125+107=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D6B is #448294. Grayscale: #8D8D8D. Windows color (decimal): -4489877 or 7044539. OLE color: 7044539.

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

Color convert

RGB187125107-
CMYK00.330.430.27
HSL13.5º37.04%57.65%-
HSV(B)13.5º42.78%73.33%-
XYZ30.4826.2917.38-
YUV141.49108.54160.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 125 (49.22% from 255) = 29.83%
BLUE value IS 107 (42.19% from 255) = 25.54%
R=44.63%
G=29.83%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712510700.330.430.2713.537.0457.65
HexBB7D6B0212B1Bd253a
Octal2731751530415333154572
Binary10111011111110111010110100001101011110111101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D6B; }

 p { color: rgb(187,125,107); }

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

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

 a { background-color: rgb(187,125,107); }

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

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

 span { border-color: rgb(187,125,107); }

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