#B4A384

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

Shades of Pavlova #B4A384

Tints of Pavlova #B4A384

Color information

#B4A384 (or 0xB4A384) is unknown color: approx Pavlova. HEX triplet: B4, A3 and 84. RGB value is (180,163,132). Sum of RGB (Red+Green+Blue) = 180+163+132=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A384 is #4B5C7B. Grayscale: #A4A4A4. Windows color (decimal): -4938876 or 8692660. OLE color: 8692660.

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

Color convert

RGB180163132-
CMYK00.090.270.29
HSL38.75º24.24%61.18%-
HSV(B)38.75º26.67%70.59%-
XYZ36.0837.5627.18-
YUV164.55109.63139.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=37.89%
G=34.32%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016313200.090.270.2938.7524.2461.18
HexB4A384091B1D27183d
Octal2642432040113335473075
Binary10110100101000111000010001001110111110110011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A384; }

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

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

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

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

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

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

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

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