#B9A17A

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

Shades of Pavlova #B9A17A

Tints of Pavlova #B9A17A

Color information

#B9A17A (or 0xB9A17A) is unknown color: approx Pavlova. HEX triplet: B9, A1 and 7A. RGB value is (185,161,122). Sum of RGB (Red+Green+Blue) = 185+161+122=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A17A is #465E85. Grayscale: #A3A3A3. Windows color (decimal): -4611718 or 8036793. OLE color: 8036793.

HSL color Cylindrical-coordinate representation of color #B9A17A: hue angle of 37.14º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9A17A is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185161122-
CMYK00.130.340.27
HSL37.14º31.03%60.2%-
HSV(B)37.14º34.05%72.55%-
XYZ36.2737.2123.68-
YUV163.73104.45143.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=39.53%
G=34.40%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516112200.130.340.2737.1431.0360.2
HexB9A17A0D221B251f3c
Octal2712411720154233453774
Binary10111001101000011111010011011000101101110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A17A; }

 p { color: rgb(185,161,122); }

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

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

 a { background-color: rgb(185,161,122); }

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

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

 span { border-color: rgb(185,161,122); }

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