#B5A68D

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

Shades of Pavlova #B5A68D

Tints of Pavlova #B5A68D

Color information

#B5A68D (or 0xB5A68D) is unknown color: approx Pavlova. HEX triplet: B5, A6 and 8D. RGB value is (181,166,141). Sum of RGB (Red+Green+Blue) = 181+166+141=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A68D is #4A5972. Grayscale: #A7A7A7. Windows color (decimal): -4872563 or 9283253. OLE color: 9283253.

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

Color convert

RGB181166141-
CMYK00.080.220.29
HSL37.5º21.28%63.14%-
HSV(B)37.5º22.1%70.98%-
XYZ37.539.0230.75-
YUV167.64112.97137.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=37.09%
G=34.02%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116614100.080.220.2937.521.2863.14
HexB5A68D08161D26153f
Octal2652462150102635462577
Binary10110101101001101000110101000101101110110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A68D; }

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

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

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

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

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

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

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

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