#B2887B

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

Shades of Brandy Rose #B2887B

Tints of Brandy Rose #B2887B

Color information

#B2887B (or 0xB2887B) is unknown color: approx Brandy Rose. HEX triplet: B2, 88 and 7B. RGB value is (178,136,123). Sum of RGB (Red+Green+Blue) = 178+136+123=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2887B is #4D7784. Grayscale: #939393. Windows color (decimal): -5076869 or 8095922. OLE color: 8095922.

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

Color convert

RGB178136123-
CMYK00.240.310.30
HSL14.18º26.32%59.02%-
HSV(B)14.18º30.9%69.8%-
XYZ30.7428.522.62-
YUV147.08114.41150.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 123 (48.44% from 255) = 28.15%
R=40.73%
G=31.12%
B=28.15%

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
Decimal17813612300.240.310.3014.1826.3259.02
HexB2887B0181F1Ee1a3b
Octal2622101730303736163273
Binary101100101000100011110110110001111111110111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2887B; }

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

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

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

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

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

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

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

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