#B4A483

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

Shades of Pavlova #B4A483

Tints of Pavlova #B4A483

Color information

#B4A483 (or 0xB4A483) is unknown color: approx Pavlova. HEX triplet: B4, A4 and 83. RGB value is (180,164,131). Sum of RGB (Red+Green+Blue) = 180+164+131=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A483 is #4B5B7C. Grayscale: #A5A5A5. Windows color (decimal): -4938621 or 8627380. OLE color: 8627380.

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

Color convert

RGB180164131-
CMYK00.090.270.29
HSL40.41º24.62%60.98%-
HSV(B)40.41º27.22%70.59%-
XYZ36.1937.8926.88-
YUV165.02108.8138.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=37.89%
G=34.53%
B=27.58%

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
Decimal18016413100.090.270.2940.4124.6260.98
HexB4A483091B1D28193d
Octal2642442030113335503175
Binary10110100101001001000001101001110111110110100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A483; }

 p { color: rgb(180,164,131); }

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

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

 a { background-color: rgb(180,164,131); }

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

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

 span { border-color: rgb(180,164,131); }

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