#BCB49D

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

Shades of Akaroa #BCB49D

Tints of Akaroa #BCB49D

Color information

#BCB49D (or 0xBCB49D) is unknown color: approx Akaroa. HEX triplet: BC, B4 and 9D. RGB value is (188,180,157). Sum of RGB (Red+Green+Blue) = 188+180+157=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB49D is #434B62. Grayscale: #B3B3B3. Windows color (decimal): -4410211 or 10335420. OLE color: 10335420.

HSL color Cylindrical-coordinate representation of color #BCB49D: hue angle of 44.52º degrees, saturation: 0.19, 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 #BCB49D is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188180157-
CMYK00.040.160.26
HSL44.52º18.79%67.65%-
HSV(B)44.52º16.49%73.73%-
XYZ43.1545.7738.46-
YUV179.77115.15133.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=35.81%
G=34.29%
B=29.90%

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
Decimal18818015700.040.160.2644.5218.7967.65
HexBCB49D04101A2d1344
Octal2742642350420325523104
Binary10111100101101001001110101001000011010101101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB49D; }

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

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

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

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

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

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

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

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