#BBB297

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

Shades of Akaroa #BBB297

Tints of Akaroa #BBB297

Color information

#BBB297 (or 0xBBB297) is unknown color: approx Akaroa. HEX triplet: BB, B2 and 97. RGB value is (187,178,151). Sum of RGB (Red+Green+Blue) = 187+178+151=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB297 is #444D68. Grayscale: #B1B1B1. Windows color (decimal): -4476265 or 9941691. OLE color: 9941691.

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

Color convert

RGB187178151-
CMYK00.050.190.27
HSL45º20.93%66.27%-
HSV(B)45º19.25%73.33%-
XYZ4244.6435.68-
YUV177.61112.98134.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=36.24%
G=34.50%
B=29.26%

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
Decimal18717815100.050.190.274520.9366.27
HexBBB29705131B2d1542
Octal2732622270523335525102
Binary10111011101100101001011101011001111011101101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB297; }

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

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

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

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

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

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

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

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