#B2877B

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

Shades of Brandy Rose #B2877B

Tints of Brandy Rose #B2877B

Color information

#B2877B (or 0xB2877B) is unknown color: approx Brandy Rose. HEX triplet: B2, 87 and 7B. RGB value is (178,135,123). Sum of RGB (Red+Green+Blue) = 178+135+123=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2877B is #4D7884. Grayscale: #929292. Windows color (decimal): -5077125 or 8095666. OLE color: 8095666.

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

Color convert

RGB178135123-
CMYK00.240.310.30
HSL13.09º26.32%59.02%-
HSV(B)13.09º30.9%69.8%-
XYZ30.628.2222.57-
YUV146.49114.75150.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 123 (48.44% from 255) = 28.21%
R=40.83%
G=30.96%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813512300.240.310.3013.0926.3259.02
HexB2877B0181F1Ed1a3b
Octal2622071730303736153273
Binary101100101000011111110110110001111111110110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2877B; }

 p { color: rgb(178,135,123); }

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

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

 a { background-color: rgb(178,135,123); }

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

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

 span { border-color: rgb(178,135,123); }

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