#BBB19F

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

Shades of Akaroa #BBB19F

Tints of Akaroa #BBB19F

Color information

#BBB19F (or 0xBBB19F) is unknown color: approx Akaroa. HEX triplet: BB, B1 and 9F. RGB value is (187,177,159). Sum of RGB (Red+Green+Blue) = 187+177+159=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB19F is #444E60. Grayscale: #B2B2B2. Windows color (decimal): -4476513 or 10465723. OLE color: 10465723.

HSL color Cylindrical-coordinate representation of color #BBB19F: hue angle of 38.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB19F is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187177159-
CMYK00.050.150.27
HSL38.57º17.07%67.84%-
HSV(B)38.57º14.97%73.33%-
XYZ42.4744.5139.15-
YUV177.94117.31134.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=35.76%
G=33.84%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717715900.050.150.2738.5717.0767.84
HexBBB19F05F1B271144
Octal2732612370517334721104
Binary1011101110110001100111110101111111011100111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB19F; }

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

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

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

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

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

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

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

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