#B9B19F

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

Shades of Akaroa #B9B19F

Tints of Akaroa #B9B19F

Color information

#B9B19F (or 0xB9B19F) is unknown color: approx Akaroa. HEX triplet: B9, B1 and 9F. RGB value is (185,177,159). Sum of RGB (Red+Green+Blue) = 185+177+159=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B19F is #464E60. Grayscale: #B1B1B1. Windows color (decimal): -4607585 or 10465721. OLE color: 10465721.

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

Color convert

RGB185177159-
CMYK00.040.140.27
HSL41.54º15.66%67.45%-
HSV(B)41.54º14.05%72.55%-
XYZ41.9944.2639.13-
YUV177.34117.65133.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=35.51%
G=33.97%
B=30.52%

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
Decimal18517715900.040.140.2741.5415.6667.45
HexB9B19F04E1B2a1043
Octal2712612370416335220103
Binary1011100110110001100111110100111011011101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B19F; }

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

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

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

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

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

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

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

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