#BBAF9A

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

Shades of Akaroa #BBAF9A

Tints of Akaroa #BBAF9A

Color information

#BBAF9A (or 0xBBAF9A) is unknown color: approx Akaroa. HEX triplet: BB, AF and 9A. RGB value is (187,175,154). Sum of RGB (Red+Green+Blue) = 187+175+154=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF9A is #445065. Grayscale: #B0B0B0. Windows color (decimal): -4477030 or 10137531. OLE color: 10137531.

HSL color Cylindrical-coordinate representation of color #BBAF9A: hue angle of 38.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAF9A is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187175154-
CMYK00.060.180.27
HSL38.18º19.53%66.86%-
HSV(B)38.18º17.65%73.33%-
XYZ41.6643.5636.78-
YUV176.19115.48135.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=36.24%
G=33.91%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717515400.060.180.2738.1819.5366.86
HexBBAF9A06121B261443
Octal2732572320622334624103
Binary10111011101011111001101001101001011011100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF9A; }

 p { color: rgb(187,175,154); }

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

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

 a { background-color: rgb(187,175,154); }

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

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

 span { border-color: rgb(187,175,154); }

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