#B5A27C

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

Shades of Pavlova #B5A27C

Tints of Pavlova #B5A27C

Color information

#B5A27C (or 0xB5A27C) is unknown color: approx Pavlova. HEX triplet: B5, A2 and 7C. RGB value is (181,162,124). Sum of RGB (Red+Green+Blue) = 181+162+124=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A27C is #4A5D83. Grayscale: #A3A3A3. Windows color (decimal): -4873604 or 8168117. OLE color: 8168117.

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

Color convert

RGB181162124-
CMYK00.100.310.29
HSL40º27.8%59.8%-
HSV(B)40º31.49%70.98%-
XYZ35.6137.1224.36-
YUV163.35105.79140.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=38.76%
G=34.69%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116212400.100.310.294027.859.8
HexB5A27C0A1F1D281c3c
Octal2652421740123735503474
Binary1011010110100010111110001010111111110110100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A27C; }

 p { color: rgb(181,162,124); }

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

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

 a { background-color: rgb(181,162,124); }

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

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

 span { border-color: rgb(181,162,124); }

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