#B4A386

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

Shades of Pavlova #B4A386

Tints of Pavlova #B4A386

Color information

#B4A386 (or 0xB4A386) is unknown color: approx Pavlova. HEX triplet: B4, A3 and 86. RGB value is (180,163,134). Sum of RGB (Red+Green+Blue) = 180+163+134=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A386 is #4B5C79. Grayscale: #A4A4A4. Windows color (decimal): -4938874 or 8823732. OLE color: 8823732.

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

Color convert

RGB180163134-
CMYK00.090.260.29
HSL37.83º23.47%61.57%-
HSV(B)37.83º25.56%70.59%-
XYZ36.2237.6227.91-
YUV164.78110.63138.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=37.74%
G=34.17%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016313400.090.260.2937.8323.4761.57
HexB4A386091A1D26173e
Octal2642432060113235462776
Binary10110100101000111000011001001110101110110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A386; }

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

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

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

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

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

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

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

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