#B4897E

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

Shades of Brandy Rose #B4897E

Tints of Brandy Rose #B4897E

Color information

#B4897E (or 0xB4897E) is unknown color: approx Brandy Rose. HEX triplet: B4, 89 and 7E. RGB value is (180,137,126). Sum of RGB (Red+Green+Blue) = 180+137+126=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4897E is #4B7681. Grayscale: #949494. Windows color (decimal): -4945538 or 8292788. OLE color: 8292788.

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

Color convert

RGB180137126-
CMYK00.240.30.29
HSL12.22º26.47%60%-
HSV(B)12.22º30%70.59%-
XYZ31.5329.123.69-
YUV148.6115.25150.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=40.63%
G=30.93%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013712600.240.30.2912.2226.4760
HexB4897E0181E1Dc1a3c
Octal2642111760303635143274
Binary101101001000100111111100110001111011101110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4897E; }

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

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

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

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

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

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

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

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