#B4A38C

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

Shades of Pavlova #B4A38C

Tints of Pavlova #B4A38C

Color information

#B4A38C (or 0xB4A38C) is unknown color: approx Pavlova. HEX triplet: B4, A3 and 8C. RGB value is (180,163,140). Sum of RGB (Red+Green+Blue) = 180+163+140=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A38C is #4B5C73. Grayscale: #A5A5A5. Windows color (decimal): -4938868 or 9216948. OLE color: 9216948.

HSL color Cylindrical-coordinate representation of color #B4A38C: hue angle of 34.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A38C is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180163140-
CMYK00.090.220.29
HSL34.5º21.05%62.75%-
HSV(B)34.5º22.22%70.59%-
XYZ36.6537.7930.17-
YUV165.46113.63138.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 140 (55.08% from 255) = 28.99%
R=37.27%
G=33.75%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016314000.090.220.2934.521.0562.75
HexB4A38C09161D23153f
Octal2642432140112635432577
Binary10110100101000111000110001001101101110110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A38C; }

 p { color: rgb(180,163,140); }

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

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

 a { background-color: rgb(180,163,140); }

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

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

 span { border-color: rgb(180,163,140); }

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