#B2847A

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

Shades of Brandy Rose #B2847A

Tints of Brandy Rose #B2847A

Color information

#B2847A (or 0xB2847A) is unknown color: approx Brandy Rose. HEX triplet: B2, 84 and 7A. RGB value is (178,132,122). Sum of RGB (Red+Green+Blue) = 178+132+122=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2847A is #4D7B85. Grayscale: #909090. Windows color (decimal): -5077894 or 8029362. OLE color: 8029362.

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

Color convert

RGB178132122-
CMYK00.260.310.30
HSL10.71º26.67%58.82%-
HSV(B)10.71º31.46%69.8%-
XYZ30.1227.3722.11-
YUV144.61115.24151.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=41.20%
G=30.56%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813212200.260.310.3010.7126.6758.82
HexB2847A01A1F1Eb1b3b
Octal2622041720323736133373
Binary101100101000010011110100110101111111110101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2847A; }

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

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

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

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

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

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

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

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