#B4A589

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

Shades of Pavlova #B4A589

Tints of Pavlova #B4A589

Color information

#B4A589 (or 0xB4A589) is unknown color: approx Pavlova. HEX triplet: B4, A5 and 89. RGB value is (180,165,137). Sum of RGB (Red+Green+Blue) = 180+165+137=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A589 is #4B5A76. Grayscale: #A6A6A6. Windows color (decimal): -4938359 or 9020852. OLE color: 9020852.

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

Color convert

RGB180165137-
CMYK00.080.240.29
HSL39.07º22.28%62.16%-
HSV(B)39.07º23.89%70.59%-
XYZ36.7938.4229.14-
YUV166.29111.47137.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 137 (53.91% from 255) = 28.42%
R=37.34%
G=34.23%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016513700.080.240.2939.0722.2862.16
HexB4A58908181D27163e
Octal2642452110103035472676
Binary10110100101001011000100101000110001110110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A589; }

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

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

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

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

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

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

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

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