#B2846E

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

Shades of Brandy Rose #B2846E

Tints of Brandy Rose #B2846E

Color information

#B2846E (or 0xB2846E) is unknown color: approx Brandy Rose. HEX triplet: B2, 84 and 6E. RGB value is (178,132,110). Sum of RGB (Red+Green+Blue) = 178+132+110=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2846E is #4D7B91. Grayscale: #8F8F8F. Windows color (decimal): -5077906 or 7242930. OLE color: 7242930.

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

Color convert

RGB178132110-
CMYK00.260.380.30
HSL19.41º30.63%56.47%-
HSV(B)19.41º38.2%69.8%-
XYZ29.4327.0918.43-
YUV143.25109.24152.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=42.38%
G=31.43%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813211000.260.380.3019.4130.6356.47
HexB2846E01A261E131f38
Octal2622041560324636233770
Binary10110010100001001101110011010100110111101001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2846E; }

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

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

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

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

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

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

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

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