#B4A27D

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

Shades of Pavlova #B4A27D

Tints of Pavlova #B4A27D

Color information

#B4A27D (or 0xB4A27D) is unknown color: approx Pavlova. HEX triplet: B4, A2 and 7D. RGB value is (180,162,125). Sum of RGB (Red+Green+Blue) = 180+162+125=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A27D is #4B5D82. Grayscale: #A3A3A3. Windows color (decimal): -4939139 or 8233652. OLE color: 8233652.

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

Color convert

RGB180162125-
CMYK00.10.310.29
HSL40.36º26.83%59.8%-
HSV(B)40.36º30.56%70.59%-
XYZ35.4437.0224.68-
YUV163.16106.46140.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=38.54%
G=34.69%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016212500.10.310.2940.3626.8359.8
HexB4A27D0A1F1D281b3c
Octal2642421750123735503374
Binary1011010010100010111110101010111111110110100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A27D; }

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

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

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

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

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

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

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

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