#B2827F

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

Shades of Brandy Rose #B2827F

Tints of Brandy Rose #B2827F

Color information

#B2827F (or 0xB2827F) is unknown color: approx Brandy Rose. HEX triplet: B2, 82 and 7F. RGB value is (178,130,127). Sum of RGB (Red+Green+Blue) = 178+130+127=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2827F is #4D7D80. Grayscale: #909090. Windows color (decimal): -5078401 or 8356530. OLE color: 8356530.

HSL color Cylindrical-coordinate representation of color #B2827F: hue angle of 3.53º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2827F is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178130127-
CMYK00.270.290.30
HSL3.53º24.88%59.8%-
HSV(B)3.53º28.65%69.8%-
XYZ30.1726.9623.69-
YUV144.01118.4152.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 127 (50% from 255) = 29.20%
R=40.92%
G=29.89%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813012700.270.290.303.5324.8859.8
HexB2827F01B1D1E4193c
Octal262202177033353643174
Binary10110010100000101111111011011111011111010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2827F; }

 p { color: rgb(178,130,127); }

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

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

 a { background-color: rgb(178,130,127); }

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

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

 span { border-color: rgb(178,130,127); }

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