#B4A27E

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

Shades of Pavlova #B4A27E

Tints of Pavlova #B4A27E

Color information

#B4A27E (or 0xB4A27E) is unknown color: approx Pavlova. HEX triplet: B4, A2 and 7E. RGB value is (180,162,126). Sum of RGB (Red+Green+Blue) = 180+162+126=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A27E is #4B5D81. Grayscale: #A3A3A3. Windows color (decimal): -4939138 or 8299188. OLE color: 8299188.

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

Color convert

RGB180162126-
CMYK00.10.30.29
HSL40º26.47%60%-
HSV(B)40º30%70.59%-
XYZ35.5137.0525.02-
YUV163.28106.96139.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=38.46%
G=34.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016212600.10.30.294026.4760
HexB4A27E0A1E1D281a3c
Octal2642421760123635503274
Binary1011010010100010111111001010111101110110100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A27E; }

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

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

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

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

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

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

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

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