#B5A37B

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

Shades of Pavlova #B5A37B

Tints of Pavlova #B5A37B

Color information

#B5A37B (or 0xB5A37B) is unknown color: approx Pavlova. HEX triplet: B5, A3 and 7B. RGB value is (181,163,123). Sum of RGB (Red+Green+Blue) = 181+163+123=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A37B is #4A5C84. Grayscale: #A4A4A4. Windows color (decimal): -4873349 or 8102837. OLE color: 8102837.

HSL color Cylindrical-coordinate representation of color #B5A37B: hue angle of 41.38º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A37B is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB181163123-
CMYK00.100.320.29
HSL41.38º28.16%59.61%-
HSV(B)41.38º32.04%70.98%-
XYZ35.7337.4524.08-
YUV163.82104.96140.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=38.76%
G=34.90%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116312300.100.320.2941.3828.1659.61
HexB5A37B0A201D291c3c
Octal2652431730124035513474
Binary10110101101000111111011010101000001110110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A37B; }

 p { color: rgb(181,163,123); }

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

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

 a { background-color: rgb(181,163,123); }

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

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

 span { border-color: rgb(181,163,123); }

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