#BCB196

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

Shades of Akaroa #BCB196

Tints of Akaroa #BCB196

Color information

#BCB196 (or 0xBCB196) is unknown color: approx Akaroa. HEX triplet: BC, B1 and 96. RGB value is (188,177,150). Sum of RGB (Red+Green+Blue) = 188+177+150=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB196 is #434E69. Grayscale: #B1B1B1. Windows color (decimal): -4410986 or 9875900. OLE color: 9875900.

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

Color convert

RGB188177150-
CMYK00.060.200.26
HSL42.63º22.09%66.27%-
HSV(B)42.63º20.21%73.73%-
XYZ41.9744.3435.2-
YUV177.21112.64135.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=36.50%
G=34.37%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817715000.060.200.2642.6322.0966.27
HexBCB19606141A2b1642
Octal2742612260624325326102
Binary10111100101100011001011001101010011010101011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB196; }

 p { color: rgb(188,177,150); }

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

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

 a { background-color: rgb(188,177,150); }

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

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

 span { border-color: rgb(188,177,150); }

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