#BCAB93

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

Shades of Akaroa #BCAB93

Tints of Akaroa #BCAB93

Color information

#BCAB93 (or 0xBCAB93) is unknown color: approx Akaroa. HEX triplet: BC, AB and 93. RGB value is (188,171,147). Sum of RGB (Red+Green+Blue) = 188+171+147=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB93 is #43546C. Grayscale: #ADADAD. Windows color (decimal): -4412525 or 9677756. OLE color: 9677756.

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

Color convert

RGB188171147-
CMYK00.090.220.26
HSL35.12º23.43%65.69%-
HSV(B)35.12º21.81%73.73%-
XYZ40.5741.9233.56-
YUV173.35113.13138.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=37.15%
G=33.79%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817114700.090.220.2635.1223.4365.69
HexBCAB9309161A231742
Octal27425322301126324327102
Binary101111001010101110010011010011011011010100011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB93; }

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

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

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

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

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

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

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

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