#B4857A

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

Shades of Brandy Rose #B4857A

Tints of Brandy Rose #B4857A

Color information

#B4857A (or 0xB4857A) is unknown color: approx Brandy Rose. HEX triplet: B4, 85 and 7A. RGB value is (180,133,122). Sum of RGB (Red+Green+Blue) = 180+133+122=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4857A is #4B7A85. Grayscale: #919191. Windows color (decimal): -4946566 or 8029620. OLE color: 8029620.

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

Color convert

RGB180133122-
CMYK00.260.320.29
HSL11.38º27.88%59.22%-
HSV(B)11.38º32.22%70.59%-
XYZ30.7227.8822.18-
YUV145.8114.57152.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=41.38%
G=30.57%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013312200.260.320.2911.3827.8859.22
HexB4857A01A201Db1c3b
Octal2642051720324035133473
Binary1011010010000101111101001101010000011101101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4857A; }

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

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

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

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

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

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

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

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