#B4897A

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

Shades of Brandy Rose #B4897A

Tints of Brandy Rose #B4897A

Color information

#B4897A (or 0xB4897A) is unknown color: approx Brandy Rose. HEX triplet: B4, 89 and 7A. RGB value is (180,137,122). Sum of RGB (Red+Green+Blue) = 180+137+122=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4897A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4897A is #4B7685. Grayscale: #949494. Windows color (decimal): -4945542 or 8030644. OLE color: 8030644.

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

Color convert

RGB180137122-
CMYK00.240.320.29
HSL15.52º27.88%59.22%-
HSV(B)15.52º32.22%70.59%-
XYZ31.282922.36-
YUV148.15113.25150.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 137 (53.91% from 255) = 31.21%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=41.00%
G=31.21%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013712200.240.320.2915.5227.8859.22
HexB4897A018201D101c3b
Octal2642111720304035203473
Binary10110100100010011111010011000100000111011000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4897A; }

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

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

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

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

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

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

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

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