#B4827F

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

Shades of Brandy Rose #B4827F

Tints of Brandy Rose #B4827F

Color information

#B4827F (or 0xB4827F) is unknown color: approx Brandy Rose. HEX triplet: B4, 82 and 7F. RGB value is (180,130,127). Sum of RGB (Red+Green+Blue) = 180+130+127=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4827F is #4B7D80. Grayscale: #909090. Windows color (decimal): -4947329 or 8356532. OLE color: 8356532.

HSL color Cylindrical-coordinate representation of color #B4827F: hue angle of 3.4º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4827F is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180130127-
CMYK00.280.290.29
HSL3.4º26.11%60.2%-
HSV(B)3.4º29.44%70.59%-
XYZ30.6427.223.71-
YUV144.61118.06153.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 127 (50% from 255) = 29.06%
R=41.19%
G=29.75%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013012700.280.290.293.426.1160.2
HexB4827F01C1D1D31a3c
Octal264202177034353533274
Binary1011010010000010111111101110011101111011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4827F; }

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

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

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

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

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

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

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

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