#BBB397

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

Shades of Akaroa #BBB397

Tints of Akaroa #BBB397

Color information

#BBB397 (or 0xBBB397) is unknown color: approx Akaroa. HEX triplet: BB, B3 and 97. RGB value is (187,179,151). Sum of RGB (Red+Green+Blue) = 187+179+151=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB397 is #444C68. Grayscale: #B2B2B2. Windows color (decimal): -4476009 or 9941947. OLE color: 9941947.

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

Color convert

RGB187179151-
CMYK00.040.190.27
HSL46.67º20.93%66.27%-
HSV(B)46.67º19.25%73.33%-
XYZ42.245.0435.75-
YUV178.2112.65134.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=36.17%
G=34.62%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717915100.040.190.2746.6720.9366.27
HexBBB39704131B2f1542
Octal2732632270423335725102
Binary10111011101100111001011101001001111011101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB397; }

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

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

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

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

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

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

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

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