#B2877A

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

Shades of Brandy Rose #B2877A

Tints of Brandy Rose #B2877A

Color information

#B2877A (or 0xB2877A) is unknown color: approx Brandy Rose. HEX triplet: B2, 87 and 7A. RGB value is (178,135,122). Sum of RGB (Red+Green+Blue) = 178+135+122=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2877A is #4D7885. Grayscale: #929292. Windows color (decimal): -5077126 or 8030130. OLE color: 8030130.

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

Color convert

RGB178135122-
CMYK00.240.310.30
HSL13.93º26.67%58.82%-
HSV(B)13.93º31.46%69.8%-
XYZ30.5428.222.25-
YUV146.38114.25150.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=40.92%
G=31.03%
B=28.05%

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
Decimal17813512200.240.310.3013.9326.6758.82
HexB2877A0181F1Ee1b3b
Octal2622071720303736163373
Binary101100101000011111110100110001111111110111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2877A; }

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

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

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

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

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

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

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

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