#B9AB8B

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

Shades of Pavlova #B9AB8B

Tints of Pavlova #B9AB8B

Color information

#B9AB8B (or 0xB9AB8B) is unknown color: approx Pavlova. HEX triplet: B9, AB and 8B. RGB value is (185,171,139). Sum of RGB (Red+Green+Blue) = 185+171+139=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB8B is #465474. Grayscale: #ABABAB. Windows color (decimal): -4609141 or 9153465. OLE color: 9153465.

HSL color Cylindrical-coordinate representation of color #B9AB8B: hue angle of 41.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9AB8B is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB185171139-
CMYK00.080.250.27
HSL41.74º24.73%63.53%-
HSV(B)41.74º24.86%72.55%-
XYZ39.2341.330.33-
YUV171.54109.64137.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=37.37%
G=34.55%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517113900.080.250.2741.7424.7363.53
HexB9AB8B08191B2a1940
Octal27125321301031335231100
Binary101110011010101110001011010001100111011101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB8B; }

 p { color: rgb(185,171,139); }

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

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

 a { background-color: rgb(185,171,139); }

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

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

 span { border-color: rgb(185,171,139); }

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