#B4A186

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

Shades of Pavlova #B4A186

Tints of Pavlova #B4A186

Color information

#B4A186 (or 0xB4A186) is unknown color: approx Pavlova. HEX triplet: B4, A1 and 86. RGB value is (180,161,134). Sum of RGB (Red+Green+Blue) = 180+161+134=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A186 is #4B5E79. Grayscale: #A3A3A3. Windows color (decimal): -4939386 or 8823220. OLE color: 8823220.

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

Color convert

RGB180161134-
CMYK00.110.260.29
HSL35.22º23.47%61.57%-
HSV(B)35.22º25.56%70.59%-
XYZ35.8736.9127.79-
YUV163.6111.29139.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 134 (52.73% from 255) = 28.21%
R=37.89%
G=33.89%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016113400.110.260.2935.2223.4761.57
HexB4A1860B1A1D23173e
Octal2642412060133235432776
Binary10110100101000011000011001011110101110110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A186; }

 p { color: rgb(180,161,134); }

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

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

 a { background-color: rgb(180,161,134); }

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

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

 span { border-color: rgb(180,161,134); }

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