#BB827C

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

Shades of Brandy Rose #BB827C

Tints of Brandy Rose #BB827C

Color information

#BB827C (or 0xBB827C) is unknown color: approx Brandy Rose. HEX triplet: BB, 82 and 7C. RGB value is (187,130,124). Sum of RGB (Red+Green+Blue) = 187+130+124=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB827C is #447D83. Grayscale: #929292. Windows color (decimal): -4488580 or 8159931. OLE color: 8159931.

HSL color Cylindrical-coordinate representation of color #BB827C: hue angle of 5.71º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB827C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB187130124-
CMYK00.300.340.27
HSL5.71º31.66%60.98%-
HSV(B)5.71º33.69%73.33%-
XYZ32.1127.9922.78-
YUV146.36115.38156.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=42.40%
G=29.48%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713012400.300.340.275.7131.6660.98
HexBB827C01E221B6203d
Octal273202174036423364075
Binary1011101110000010111110001111010001011011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB827C; }

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

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

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

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

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

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

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

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