#BB847A

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

Shades of Brandy Rose #BB847A

Tints of Brandy Rose #BB847A

Color information

#BB847A (or 0xBB847A) is unknown color: approx Brandy Rose. HEX triplet: BB, 84 and 7A. RGB value is (187,132,122). Sum of RGB (Red+Green+Blue) = 187+132+122=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB847A is #447B85. Grayscale: #939393. Windows color (decimal): -4488070 or 8029371. OLE color: 8029371.

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

Color convert

RGB187132122-
CMYK00.290.350.27
HSL9.23º32.34%60.59%-
HSV(B)9.23º34.76%73.33%-
XYZ32.2628.4722.21-
YUV147.3113.72156.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=42.40%
G=29.93%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713212200.290.350.279.2332.3460.59
HexBB847A01D231B9203d
Octal2732041720354333114075
Binary10111011100001001111010011101100011110111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB847A; }

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

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

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

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

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

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

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

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