#B4A27A

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

Shades of Pavlova #B4A27A

Tints of Pavlova #B4A27A

Color information

#B4A27A (or 0xB4A27A) is unknown color: approx Pavlova. HEX triplet: B4, A2 and 7A. RGB value is (180,162,122). Sum of RGB (Red+Green+Blue) = 180+162+122=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A27A is #4B5D85. Grayscale: #A2A2A2. Windows color (decimal): -4939142 or 8037044. OLE color: 8037044.

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

Color convert

RGB180162122-
CMYK00.10.320.29
HSL41.38º27.88%59.22%-
HSV(B)41.38º32.22%70.59%-
XYZ35.2636.9523.69-
YUV162.82104.96140.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=38.79%
G=34.91%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016212200.10.320.2941.3827.8859.22
HexB4A27A0A201D291c3b
Octal2642421720124035513473
Binary10110100101000101111010010101000001110110100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A27A; }

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

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

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

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

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

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

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

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