#BCB49E

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

Shades of Akaroa #BCB49E

Tints of Akaroa #BCB49E

Color information

#BCB49E (or 0xBCB49E) is unknown color: approx Akaroa. HEX triplet: BC, B4 and 9E. RGB value is (188,180,158). Sum of RGB (Red+Green+Blue) = 188+180+158=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB49E is #434B61. Grayscale: #B3B3B3. Windows color (decimal): -4410210 or 10400956. OLE color: 10400956.

HSL color Cylindrical-coordinate representation of color #BCB49E: hue angle of 44º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB49E is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188180158-
CMYK00.040.160.26
HSL44º18.29%67.84%-
HSV(B)44º15.96%73.73%-
XYZ43.2345.838.91-
YUV179.88115.65133.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=35.74%
G=34.22%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818015800.040.160.264418.2967.84
HexBCB49E04101A2c1244
Octal2742642360420325422104
Binary10111100101101001001111001001000011010101100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB49E; }

 p { color: rgb(188,180,158); }

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

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

 a { background-color: rgb(188,180,158); }

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

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

 span { border-color: rgb(188,180,158); }

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