#B9A27B

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

Shades of Pavlova #B9A27B

Tints of Pavlova #B9A27B

Color information

#B9A27B (or 0xB9A27B) is unknown color: approx Pavlova. HEX triplet: B9, A2 and 7B. RGB value is (185,162,123). Sum of RGB (Red+Green+Blue) = 185+162+123=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A27B is #465D84. Grayscale: #A4A4A4. Windows color (decimal): -4611461 or 8102585. OLE color: 8102585.

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

Color convert

RGB185162123-
CMYK00.120.340.27
HSL37.74º30.69%60.39%-
HSV(B)37.74º33.51%72.55%-
XYZ36.537.5924.07-
YUV164.43104.62142.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=39.36%
G=34.47%
B=26.17%

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
Decimal18516212300.120.340.2737.7430.6960.39
HexB9A27B0C221B261f3c
Octal2712421730144233463774
Binary10111001101000101111011011001000101101110011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A27B; }

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

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

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

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

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

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

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

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