#B4897D

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

Shades of Brandy Rose #B4897D

Tints of Brandy Rose #B4897D

Color information

#B4897D (or 0xB4897D) is unknown color: approx Brandy Rose. HEX triplet: B4, 89 and 7D. RGB value is (180,137,125). Sum of RGB (Red+Green+Blue) = 180+137+125=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4897D is #4B7682. Grayscale: #949494. Windows color (decimal): -4945539 or 8227252. OLE color: 8227252.

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

Color convert

RGB180137125-
CMYK00.240.310.29
HSL13.09º26.83%59.8%-
HSV(B)13.09º30.56%70.59%-
XYZ31.4729.0823.36-
YUV148.49114.75150.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=40.72%
G=31.00%
B=28.28%

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
Decimal18013712500.240.310.2913.0926.8359.8
HexB4897D0181F1Dd1b3c
Octal2642111750303735153374
Binary101101001000100111111010110001111111101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4897D; }

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

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

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

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

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

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

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

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