#B4A17E

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

Shades of Pavlova #B4A17E

Tints of Pavlova #B4A17E

Color information

#B4A17E (or 0xB4A17E) is unknown color: approx Pavlova. HEX triplet: B4, A1 and 7E. RGB value is (180,161,126). Sum of RGB (Red+Green+Blue) = 180+161+126=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A17E is #4B5E81. Grayscale: #A2A2A2. Windows color (decimal): -4939394 or 8298932. OLE color: 8298932.

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

Color convert

RGB180161126-
CMYK00.110.30.29
HSL38.89º26.47%60%-
HSV(B)38.89º30%70.59%-
XYZ35.3336.724.96-
YUV162.69107.29140.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=38.54%
G=34.48%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016112600.110.30.2938.8926.4760
HexB4A17E0B1E1D271a3c
Octal2642411760133635473274
Binary1011010010100001111111001011111101110110011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A17E; }

 p { color: rgb(180,161,126); }

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

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

 a { background-color: rgb(180,161,126); }

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

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

 span { border-color: rgb(180,161,126); }

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