#BCB094

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

Shades of Akaroa #BCB094

Tints of Akaroa #BCB094

Color information

#BCB094 (or 0xBCB094) is unknown color: approx Akaroa. HEX triplet: BC, B0 and 94. RGB value is (188,176,148). Sum of RGB (Red+Green+Blue) = 188+176+148=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB094 is #434F6B. Grayscale: #B0B0B0. Windows color (decimal): -4411244 or 9744572. OLE color: 9744572.

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

Color convert

RGB188176148-
CMYK00.060.210.26
HSL42º22.99%65.88%-
HSV(B)42º21.28%73.73%-
XYZ41.6143.8834.29-
YUV176.4111.98136.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 176 (69.14% from 255) = 34.38%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=36.72%
G=34.38%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817614800.060.210.264222.9965.88
HexBCB09406151A2a1742
Octal2742602240625325227102
Binary10111100101100001001010001101010111010101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB094; }

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

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

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

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

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

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

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

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