#BCB49A

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

Shades of Akaroa #BCB49A

Tints of Akaroa #BCB49A

Color information

#BCB49A (or 0xBCB49A) is unknown color: approx Akaroa. HEX triplet: BC, B4 and 9A. RGB value is (188,180,154). Sum of RGB (Red+Green+Blue) = 188+180+154=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB49A is #434B65. Grayscale: #B3B3B3. Windows color (decimal): -4410214 or 10138812. OLE color: 10138812.

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

Color convert

RGB188180154-
CMYK00.040.180.26
HSL45.88º20.24%67.06%-
HSV(B)45.88º18.09%73.73%-
XYZ42.8945.6737.13-
YUV179.43113.65134.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=36.02%
G=34.48%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818015400.040.180.2645.8820.2467.06
HexBCB49A04121A2e1443
Octal2742642320422325624103
Binary10111100101101001001101001001001011010101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB49A; }

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

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

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

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

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

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

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

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