#B4A880

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

Shades of Pavlova #B4A880

Tints of Pavlova #B4A880

Color information

#B4A880 (or 0xB4A880) is unknown color: approx Pavlova. HEX triplet: B4, A8 and 80. RGB value is (180,168,128). Sum of RGB (Red+Green+Blue) = 180+168+128=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A880 is #4B577F. Grayscale: #A7A7A7. Windows color (decimal): -4937600 or 8431796. OLE color: 8431796.

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

Color convert

RGB180168128-
CMYK00.070.290.29
HSL46.15º25.74%60.39%-
HSV(B)46.15º28.89%70.59%-
XYZ36.7239.2726.07-
YUV167.03105.98137.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=37.82%
G=35.29%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016812800.070.290.2946.1525.7460.39
HexB4A880071D1D2e1a3c
Octal264250200073535563274
Binary1011010010101000100000000111111011110110111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A880; }

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

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

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

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

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

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

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

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