#B4897B

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

Shades of Brandy Rose #B4897B

Tints of Brandy Rose #B4897B

Color information

#B4897B (or 0xB4897B) is unknown color: approx Brandy Rose. HEX triplet: B4, 89 and 7B. RGB value is (180,137,123). Sum of RGB (Red+Green+Blue) = 180+137+123=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4897B is #4B7684. Grayscale: #949494. Windows color (decimal): -4945541 or 8096180. OLE color: 8096180.

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

Color convert

RGB180137123-
CMYK00.240.320.29
HSL14.74º27.54%59.41%-
HSV(B)14.74º31.67%70.59%-
XYZ31.3429.0222.69-
YUV148.26113.75150.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=40.91%
G=31.14%
B=27.95%

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
Decimal18013712300.240.320.2914.7427.5459.41
HexB4897B018201Df1c3b
Octal2642111730304035173473
Binary1011010010001001111101101100010000011101111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4897B; }

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

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

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

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

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

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

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

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