#BBAF95

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

Shades of Akaroa #BBAF95

Tints of Akaroa #BBAF95

Color information

#BBAF95 (or 0xBBAF95) is unknown color: approx Akaroa. HEX triplet: BB, AF and 95. RGB value is (187,175,149). Sum of RGB (Red+Green+Blue) = 187+175+149=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF95 is #44506A. Grayscale: #AFAFAF. Windows color (decimal): -4477035 or 9809851. OLE color: 9809851.

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

Color convert

RGB187175149-
CMYK00.060.200.27
HSL41.05º21.84%65.88%-
HSV(B)41.05º20.32%73.33%-
XYZ41.2543.3934.64-
YUV175.62112.98136.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=36.59%
G=34.25%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717514900.060.200.2741.0521.8465.88
HexBBAF9506141B291642
Octal2732572250624335126102
Binary10111011101011111001010101101010011011101001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF95; }

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

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

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

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

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

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

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

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