#B4A280

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

Shades of Pavlova #B4A280

Tints of Pavlova #B4A280

Color information

#B4A280 (or 0xB4A280) is unknown color: approx Pavlova. HEX triplet: B4, A2 and 80. RGB value is (180,162,128). Sum of RGB (Red+Green+Blue) = 180+162+128=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A280 is #4B5D7F. Grayscale: #A3A3A3. Windows color (decimal): -4939136 or 8430260. OLE color: 8430260.

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

Color convert

RGB180162128-
CMYK00.10.290.29
HSL39.23º25.74%60.39%-
HSV(B)39.23º28.89%70.59%-
XYZ35.6437.125.71-
YUV163.51107.96139.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=38.30%
G=34.47%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016212800.10.290.2939.2325.7460.39
HexB4A2800A1D1D271a3c
Octal2642422000123535473274
Binary10110100101000101000000001010111011110110011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A280; }

 p { color: rgb(180,162,128); }

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

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

 a { background-color: rgb(180,162,128); }

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

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

 span { border-color: rgb(180,162,128); }

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