#B9A27A

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

Shades of Pavlova #B9A27A

Tints of Pavlova #B9A27A

Color information

#B9A27A (or 0xB9A27A) is unknown color: approx Pavlova. HEX triplet: B9, A2 and 7A. RGB value is (185,162,122). Sum of RGB (Red+Green+Blue) = 185+162+122=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A27A is #465D85. Grayscale: #A4A4A4. Windows color (decimal): -4611462 or 8037049. OLE color: 8037049.

HSL color Cylindrical-coordinate representation of color #B9A27A: hue angle of 38.1º 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 #B9A27A is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185162122-
CMYK00.120.340.27
HSL38.1º31.03%60.2%-
HSV(B)38.1º34.05%72.55%-
XYZ36.4437.5623.74-
YUV164.32104.12142.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=39.45%
G=34.54%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516212200.120.340.2738.131.0360.2
HexB9A27A0C221B261f3c
Octal2712421720144233463774
Binary10111001101000101111010011001000101101110011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A27A; }

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

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

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

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

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

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

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

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