#B5A78B

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

Shades of Pavlova #B5A78B

Tints of Pavlova #B5A78B

Color information

#B5A78B (or 0xB5A78B) is unknown color: approx Pavlova. HEX triplet: B5, A7 and 8B. RGB value is (181,167,139). Sum of RGB (Red+Green+Blue) = 181+167+139=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A78B is #4A5874. Grayscale: #A8A8A8. Windows color (decimal): -4872309 or 9152437. OLE color: 9152437.

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

Color convert

RGB181167139-
CMYK00.080.230.29
HSL40º22.11%62.75%-
HSV(B)40º23.2%70.98%-
XYZ37.5339.3330.04-
YUV167.99111.64137.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=37.17%
G=34.29%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116713900.080.230.294022.1162.75
HexB5A78B08171D28163f
Octal2652472130102735502677
Binary10110101101001111000101101000101111110110100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A78B; }

 p { color: rgb(181,167,139); }

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

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

 a { background-color: rgb(181,167,139); }

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

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

 span { border-color: rgb(181,167,139); }

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