#B4A78D

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

Shades of Pavlova #B4A78D

Tints of Pavlova #B4A78D

Color information

#B4A78D (or 0xB4A78D) is unknown color: approx Pavlova. HEX triplet: B4, A7 and 8D. RGB value is (180,167,141). Sum of RGB (Red+Green+Blue) = 180+167+141=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A78D is #4B5872. Grayscale: #A8A8A8. Windows color (decimal): -4937843 or 9283508. OLE color: 9283508.

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

Color convert

RGB180167141-
CMYK00.070.220.29
HSL40º20.63%62.94%-
HSV(B)40º21.67%70.59%-
XYZ37.4539.2630.8-
YUV167.92112.81136.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=36.89%
G=34.22%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016714100.070.220.294020.6362.94
HexB4A78D07161D28153f
Octal264247215072635502577
Binary1011010010100111100011010111101101110110100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A78D; }

 p { color: rgb(180,167,141); }

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

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

 a { background-color: rgb(180,167,141); }

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

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

 span { border-color: rgb(180,167,141); }

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