#BBB197

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

Shades of Akaroa #BBB197

Tints of Akaroa #BBB197

Color information

#BBB197 (or 0xBBB197) is unknown color: approx Akaroa. HEX triplet: BB, B1 and 97. RGB value is (187,177,151). Sum of RGB (Red+Green+Blue) = 187+177+151=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB197 is #444E68. Grayscale: #B1B1B1. Windows color (decimal): -4476521 or 9941435. OLE color: 9941435.

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

Color convert

RGB187177151-
CMYK00.050.190.27
HSL43.33º20.93%66.27%-
HSV(B)43.33º19.25%73.33%-
XYZ41.844.2435.61-
YUV177.03113.31135.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=36.31%
G=34.37%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717715100.050.190.2743.3320.9366.27
HexBBB19705131B2b1542
Octal2732612270523335325102
Binary10111011101100011001011101011001111011101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB197; }

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

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

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

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

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

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

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

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