#BB847E

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

Shades of Brandy Rose #BB847E

Tints of Brandy Rose #BB847E

Color information

#BB847E (or 0xBB847E) is unknown color: approx Brandy Rose. HEX triplet: BB, 84 and 7E. RGB value is (187,132,126). Sum of RGB (Red+Green+Blue) = 187+132+126=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB847E is #447B81. Grayscale: #939393. Windows color (decimal): -4488066 or 8291515. OLE color: 8291515.

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

Color convert

RGB187132126-
CMYK00.290.330.27
HSL5.9º30.96%61.37%-
HSV(B)5.9º32.62%73.33%-
XYZ32.5128.5723.54-
YUV147.76115.72155.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=42.02%
G=29.66%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713212600.290.330.275.930.9661.37
HexBB847E01D211B61f3d
Octal273204176035413363775
Binary101110111000010011111100111011000011101111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB847E; }

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

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

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

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

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

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

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

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