#B4A87E

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

Shades of Pavlova #B4A87E

Tints of Pavlova #B4A87E

Color information

#B4A87E (or 0xB4A87E) is unknown color: approx Pavlova. HEX triplet: B4, A8 and 7E. RGB value is (180,168,126). Sum of RGB (Red+Green+Blue) = 180+168+126=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A87E is #4B5781. Grayscale: #A6A6A6. Windows color (decimal): -4937602 or 8300724. OLE color: 8300724.

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

Color convert

RGB180168126-
CMYK00.070.30.29
HSL46.67º26.47%60%-
HSV(B)46.67º30%70.59%-
XYZ36.5939.2125.38-
YUV166.8104.98137.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=37.97%
G=35.44%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016812600.070.30.2946.6726.4760
HexB4A87E071E1D2f1a3c
Octal264250176073635573274
Binary101101001010100011111100111111101110110111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A87E; }

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

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

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

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

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

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

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

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