#B4857E

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

Shades of Brandy Rose #B4857E

Tints of Brandy Rose #B4857E

Color information

#B4857E (or 0xB4857E) is unknown color: approx Brandy Rose. HEX triplet: B4, 85 and 7E. RGB value is (180,133,126). Sum of RGB (Red+Green+Blue) = 180+133+126=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4857E is #4B7A81. Grayscale: #929292. Windows color (decimal): -4946562 or 8291764. OLE color: 8291764.

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

Color convert

RGB180133126-
CMYK00.260.30.29
HSL7.78º26.47%60%-
HSV(B)7.78º30%70.59%-
XYZ30.9827.9823.51-
YUV146.26116.57152.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=41.00%
G=30.30%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013312600.260.30.297.7826.4760
HexB4857E01A1E1D81a3c
Octal2642051760323635103274
Binary101101001000010111111100110101111011101100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4857E; }

 p { color: rgb(180,133,126); }

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

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

 a { background-color: rgb(180,133,126); }

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

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

 span { border-color: rgb(180,133,126); }

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