#B5A68B

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

Shades of Pavlova #B5A68B

Tints of Pavlova #B5A68B

Color information

#B5A68B (or 0xB5A68B) is unknown color: approx Pavlova. HEX triplet: B5, A6 and 8B. RGB value is (181,166,139). Sum of RGB (Red+Green+Blue) = 181+166+139=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A68B is #4A5974. Grayscale: #A7A7A7. Windows color (decimal): -4872565 or 9152181. OLE color: 9152181.

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

Color convert

RGB181166139-
CMYK00.080.230.29
HSL38.57º22.11%62.75%-
HSV(B)38.57º23.2%70.98%-
XYZ37.3538.9629.98-
YUV167.41111.97137.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=37.24%
G=34.16%
B=28.60%

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
Decimal18116613900.080.230.2938.5722.1162.75
HexB5A68B08171D27163f
Octal2652462130102735472677
Binary10110101101001101000101101000101111110110011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A68B; }

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

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

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

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

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

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

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

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