#B2857A

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

Shades of Brandy Rose #B2857A

Tints of Brandy Rose #B2857A

Color information

#B2857A (or 0xB2857A) is unknown color: approx Brandy Rose. HEX triplet: B2, 85 and 7A. RGB value is (178,133,122). Sum of RGB (Red+Green+Blue) = 178+133+122=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2857A is #4D7A85. Grayscale: #919191. Windows color (decimal): -5077638 or 8029618. OLE color: 8029618.

HSL color Cylindrical-coordinate representation of color #B2857A: hue angle of 11.79º 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 #B2857A is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB178133122-
CMYK00.250.310.30
HSL11.79º26.67%58.82%-
HSV(B)11.79º31.46%69.8%-
XYZ30.2627.6522.15-
YUV145.2114.91151.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=41.11%
G=30.72%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813312200.250.310.3011.7926.6758.82
HexB2857A0191F1Ec1b3b
Octal2622051720313736143373
Binary101100101000010111110100110011111111110110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2857A; }

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

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

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

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

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

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

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

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