#BBB398

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

Shades of Akaroa #BBB398

Tints of Akaroa #BBB398

Color information

#BBB398 (or 0xBBB398) is unknown color: approx Akaroa. HEX triplet: BB, B3 and 98. RGB value is (187,179,152). Sum of RGB (Red+Green+Blue) = 187+179+152=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB398 is #444C67. Grayscale: #B2B2B2. Windows color (decimal): -4476008 or 10007483. OLE color: 10007483.

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

Color convert

RGB187179152-
CMYK00.040.190.27
HSL46.29º20.47%66.47%-
HSV(B)46.29º18.72%73.33%-
XYZ42.2845.0736.18-
YUV178.31113.15134.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=36.10%
G=34.56%
B=29.34%

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
Decimal18717915200.040.190.2746.2920.4766.47
HexBBB39804131B2e1442
Octal2732632300423335624102
Binary10111011101100111001100001001001111011101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB398; }

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

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

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

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

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

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

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

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