#BCB396

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

Shades of Akaroa #BCB396

Tints of Akaroa #BCB396

Color information

#BCB396 (or 0xBCB396) is unknown color: approx Akaroa. HEX triplet: BC, B3 and 96. RGB value is (188,179,150). Sum of RGB (Red+Green+Blue) = 188+179+150=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB396 is #434C69. Grayscale: #B2B2B2. Windows color (decimal): -4410474 or 9876412. OLE color: 9876412.

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

Color convert

RGB188179150-
CMYK00.050.200.26
HSL45.79º22.09%66.27%-
HSV(B)45.79º20.21%73.73%-
XYZ42.3645.1335.33-
YUV178.38111.98134.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=36.36%
G=34.62%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817915000.050.200.2645.7922.0966.27
HexBCB39605141A2e1642
Octal2742632260524325626102
Binary10111100101100111001011001011010011010101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB396; }

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

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

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

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

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

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

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

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