#B9A381

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

Shades of Pavlova #B9A381

Tints of Pavlova #B9A381

Color information

#B9A381 (or 0xB9A381) is unknown color: approx Pavlova. HEX triplet: B9, A3 and 81. RGB value is (185,163,129). Sum of RGB (Red+Green+Blue) = 185+163+129=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A381 is #465C7E. Grayscale: #A5A5A5. Windows color (decimal): -4611199 or 8496057. OLE color: 8496057.

HSL color Cylindrical-coordinate representation of color #B9A381: hue angle of 36.43º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9A381 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB185163129-
CMYK00.120.300.27
HSL36.43º28.57%61.57%-
HSV(B)36.43º30.27%72.55%-
XYZ37.0738.0926.17-
YUV165.7107.29141.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=38.78%
G=34.17%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516312900.120.300.2736.4328.5761.57
HexB9A3810C1E1B241d3e
Octal2712432010143633443576
Binary10111001101000111000000101100111101101110010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A381; }

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

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

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

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

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

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

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

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