#BCAC96

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

Shades of Akaroa #BCAC96

Tints of Akaroa #BCAC96

Color information

#BCAC96 (or 0xBCAC96) is unknown color: approx Akaroa. HEX triplet: BC, AC and 96. RGB value is (188,172,150). Sum of RGB (Red+Green+Blue) = 188+172+150=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC96 is #435369. Grayscale: #AEAEAE. Windows color (decimal): -4412266 or 9874620. OLE color: 9874620.

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

Color convert

RGB188172150-
CMYK00.090.200.26
HSL34.74º22.09%66.27%-
HSV(B)34.74º20.21%73.73%-
XYZ4142.434.88-
YUV174.28114.3137.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=36.86%
G=33.73%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817215000.090.200.2634.7422.0966.27
HexBCAC9609141A231642
Octal27425422601124324326102
Binary101111001010110010010110010011010011010100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC96; }

 p { color: rgb(188,172,150); }

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

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

 a { background-color: rgb(188,172,150); }

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

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

 span { border-color: rgb(188,172,150); }

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