#BCB399

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

Shades of Akaroa #BCB399

Tints of Akaroa #BCB399

Color information

#BCB399 (or 0xBCB399) is unknown color: approx Akaroa. HEX triplet: BC, B3 and 99. RGB value is (188,179,153). Sum of RGB (Red+Green+Blue) = 188+179+153=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB399 is #434C66. Grayscale: #B2B2B2. Windows color (decimal): -4410471 or 10073020. OLE color: 10073020.

HSL color Cylindrical-coordinate representation of color #BCB399: hue angle of 44.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB399 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188179153-
CMYK00.050.190.26
HSL44.57º20.71%66.86%-
HSV(B)44.57º18.62%73.73%-
XYZ42.6145.2336.62-
YUV178.73113.48134.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=36.15%
G=34.42%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817915300.050.190.2644.5720.7166.86
HexBCB39905131A2d1543
Octal2742632310523325525103
Binary10111100101100111001100101011001111010101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB399; }

 p { color: rgb(188,179,153); }

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

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

 a { background-color: rgb(188,179,153); }

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

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

 span { border-color: rgb(188,179,153); }

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