#BCA891

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

Shades of Akaroa #BCA891

Tints of Akaroa #BCA891

Color information

#BCA891 (or 0xBCA891) is unknown color: approx Akaroa. HEX triplet: BC, A8 and 91. RGB value is (188,168,145). Sum of RGB (Red+Green+Blue) = 188+168+145=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA891 is #43576E. Grayscale: #ABABAB. Windows color (decimal): -4413295 or 9545916. OLE color: 9545916.

HSL color Cylindrical-coordinate representation of color #BCA891: hue angle of 32.09º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA891 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188168145-
CMYK00.110.230.26
HSL32.09º24.29%65.29%-
HSV(B)32.09º22.87%73.73%-
XYZ39.8540.7432.55-
YUV171.36113.13139.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=37.52%
G=33.53%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816814500.110.230.2632.0924.2965.29
HexBCA8910B171A201841
Octal27425022101327324030101
Binary101111001010100010010001010111011111010100000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA891; }

 p { color: rgb(188,168,145); }

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

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

 a { background-color: rgb(188,168,145); }

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

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

 span { border-color: rgb(188,168,145); }

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