#BB847D

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

Shades of Brandy Rose #BB847D

Tints of Brandy Rose #BB847D

Color information

#BB847D (or 0xBB847D) is unknown color: approx Brandy Rose. HEX triplet: BB, 84 and 7D. RGB value is (187,132,125). Sum of RGB (Red+Green+Blue) = 187+132+125=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB847D is #447B82. Grayscale: #939393. Windows color (decimal): -4488067 or 8225979. OLE color: 8225979.

HSL color Cylindrical-coordinate representation of color #BB847D: hue angle of 6.77º 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 #BB847D is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB187132125-
CMYK00.290.330.27
HSL6.77º31.31%61.18%-
HSV(B)6.77º33.16%73.33%-
XYZ32.4528.5523.2-
YUV147.65115.22156.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=42.12%
G=29.73%
B=28.15%

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
Decimal18713212500.290.330.276.7731.3161.18
HexBB847D01D211B71f3d
Octal273204175035413373775
Binary101110111000010011111010111011000011101111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB847D; }

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

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

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

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

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

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

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

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