#BCB096

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

Shades of Akaroa #BCB096

Tints of Akaroa #BCB096

Color information

#BCB096 (or 0xBCB096) is unknown color: approx Akaroa. HEX triplet: BC, B0 and 96. RGB value is (188,176,150). Sum of RGB (Red+Green+Blue) = 188+176+150=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB096 is #434F69. Grayscale: #B0B0B0. Windows color (decimal): -4411242 or 9875644. OLE color: 9875644.

HSL color Cylindrical-coordinate representation of color #BCB096: hue angle of 41.05º 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 #BCB096 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188176150-
CMYK00.060.200.26
HSL41.05º22.09%66.27%-
HSV(B)41.05º20.21%73.73%-
XYZ41.7743.9435.13-
YUV176.62112.98136.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=36.58%
G=34.24%
B=29.18%

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
Decimal18817615000.060.200.2641.0522.0966.27
HexBCB09606141A291642
Octal2742602260624325126102
Binary10111100101100001001011001101010011010101001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB096; }

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

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

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

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

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

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

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

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