#B4857D

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

Shades of Brandy Rose #B4857D

Tints of Brandy Rose #B4857D

Color information

#B4857D (or 0xB4857D) is unknown color: approx Brandy Rose. HEX triplet: B4, 85 and 7D. RGB value is (180,133,125). Sum of RGB (Red+Green+Blue) = 180+133+125=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4857D is #4B7A82. Grayscale: #929292. Windows color (decimal): -4946563 or 8226228. OLE color: 8226228.

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

Color convert

RGB180133125-
CMYK00.260.310.29
HSL8.73º26.83%59.8%-
HSV(B)8.73º30.56%70.59%-
XYZ30.9127.9623.17-
YUV146.14116.07152.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=41.10%
G=30.37%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013312500.260.310.298.7326.8359.8
HexB4857D01A1F1D91b3c
Octal2642051750323735113374
Binary101101001000010111111010110101111111101100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4857D; }

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

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

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

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

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

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

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

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