#BCAB91

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

Shades of Akaroa #BCAB91

Tints of Akaroa #BCAB91

Color information

#BCAB91 (or 0xBCAB91) is unknown color: approx Akaroa. HEX triplet: BC, AB and 91. RGB value is (188,171,145). Sum of RGB (Red+Green+Blue) = 188+171+145=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB91 is #43546E. Grayscale: #ADADAD. Windows color (decimal): -4412527 or 9546684. OLE color: 9546684.

HSL color Cylindrical-coordinate representation of color #BCAB91: hue angle of 36.28º 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 #BCAB91 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188171145-
CMYK00.090.230.26
HSL36.28º24.29%65.29%-
HSV(B)36.28º22.87%73.73%-
XYZ40.4141.8632.74-
YUV173.12112.13138.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=37.30%
G=33.93%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817114500.090.230.2636.2824.2965.29
HexBCAB9109171A241841
Octal27425322101127324430101
Binary101111001010101110010001010011011111010100100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB91; }

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

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

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

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

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

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

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

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