#B9B29F

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

Shades of Akaroa #B9B29F

Tints of Akaroa #B9B29F

Color information

#B9B29F (or 0xB9B29F) is unknown color: approx Akaroa. HEX triplet: B9, B2 and 9F. RGB value is (185,178,159). Sum of RGB (Red+Green+Blue) = 185+178+159=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B29F is #464D60. Grayscale: #B2B2B2. Windows color (decimal): -4607329 or 10465977. OLE color: 10465977.

HSL color Cylindrical-coordinate representation of color #B9B29F: hue angle of 43.85º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9B29F is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185178159-
CMYK00.040.140.27
HSL43.85º15.66%67.45%-
HSV(B)43.85º14.05%72.55%-
XYZ42.1944.6639.2-
YUV177.93117.32133.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=35.44%
G=34.10%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517815900.040.140.2743.8515.6667.45
HexB9B29F04E1B2c1043
Octal2712622370416335420103
Binary1011100110110010100111110100111011011101100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B29F; }

 p { color: rgb(185,178,159); }

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

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

 a { background-color: rgb(185,178,159); }

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

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

 span { border-color: rgb(185,178,159); }

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