#BB827F

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

Shades of Brandy Rose #BB827F

Tints of Brandy Rose #BB827F

Color information

#BB827F (or 0xBB827F) is unknown color: approx Brandy Rose. HEX triplet: BB, 82 and 7F. RGB value is (187,130,127). Sum of RGB (Red+Green+Blue) = 187+130+127=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB827F is #447D80. Grayscale: #929292. Windows color (decimal): -4488577 or 8356539. OLE color: 8356539.

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

Color convert

RGB187130127-
CMYK00.300.320.27
HSL30.61%61.57%-
HSV(B)32.09%73.33%-
XYZ32.3128.0623.79-
YUV146.7116.88156.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 127 (50% from 255) = 28.60%
R=42.12%
G=29.28%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713012700.300.320.27330.6161.57
HexBB827F01E201B31f3e
Octal273202177036403333776
Binary10111011100000101111111011110100000110111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB827F; }

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

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

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

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

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

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

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

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