#B4887D

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

Shades of Brandy Rose #B4887D

Tints of Brandy Rose #B4887D

Color information

#B4887D (or 0xB4887D) is unknown color: approx Brandy Rose. HEX triplet: B4, 88 and 7D. RGB value is (180,136,125). Sum of RGB (Red+Green+Blue) = 180+136+125=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4887D is #4B7782. Grayscale: #939393. Windows color (decimal): -4945795 or 8226996. OLE color: 8226996.

HSL color Cylindrical-coordinate representation of color #B4887D: hue angle of 12º 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 #B4887D is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180136125-
CMYK00.240.310.29
HSL12º26.83%59.8%-
HSV(B)12º30.56%70.59%-
XYZ31.3328.7923.31-
YUV147.9115.08150.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=40.82%
G=30.84%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013612500.240.310.291226.8359.8
HexB4887D0181F1Dc1b3c
Octal2642101750303735143374
Binary101101001000100011111010110001111111101110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4887D; }

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

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

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

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

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

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

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

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