#B2837C

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

Shades of Brandy Rose #B2837C

Tints of Brandy Rose #B2837C

Color information

#B2837C (or 0xB2837C) is unknown color: approx Brandy Rose. HEX triplet: B2, 83 and 7C. RGB value is (178,131,124). Sum of RGB (Red+Green+Blue) = 178+131+124=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2837C is #4D7C83. Grayscale: #909090. Windows color (decimal): -5078148 or 8160178. OLE color: 8160178.

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

Color convert

RGB178131124-
CMYK00.260.300.30
HSL7.78º25.96%59.22%-
HSV(B)7.78º30.34%69.8%-
XYZ30.1127.1522.72-
YUV144.26116.57152.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=41.11%
G=30.25%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813112400.260.300.307.7825.9659.22
HexB2837C01A1E1E81a3b
Octal2622031740323636103273
Binary101100101000001111111000110101111011110100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2837C; }

 p { color: rgb(178,131,124); }

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

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

 a { background-color: rgb(178,131,124); }

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

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

 span { border-color: rgb(178,131,124); }

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