#B5A381

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

Shades of Pavlova #B5A381

Tints of Pavlova #B5A381

Color information

#B5A381 (or 0xB5A381) is unknown color: approx Pavlova. HEX triplet: B5, A3 and 81. RGB value is (181,163,129). Sum of RGB (Red+Green+Blue) = 181+163+129=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A381 is #4A5C7E. Grayscale: #A4A4A4. Windows color (decimal): -4873343 or 8496053. OLE color: 8496053.

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

Color convert

RGB181163129-
CMYK00.100.290.29
HSL39.23º26%60.78%-
HSV(B)39.23º28.73%70.98%-
XYZ36.1237.626.12-
YUV164.51107.96139.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=38.27%
G=34.46%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116312900.100.290.2939.232660.78
HexB5A3810A1D1D271a3d
Octal2652432010123535473275
Binary10110101101000111000000101010111011110110011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A381; }

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

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

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

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

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

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

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

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