#BCB095

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

Shades of Akaroa #BCB095

Tints of Akaroa #BCB095

Color information

#BCB095 (or 0xBCB095) is unknown color: approx Akaroa. HEX triplet: BC, B0 and 95. RGB value is (188,176,149). Sum of RGB (Red+Green+Blue) = 188+176+149=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB095 is #434F6A. Grayscale: #B0B0B0. Windows color (decimal): -4411243 or 9810108. OLE color: 9810108.

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

Color convert

RGB188176149-
CMYK00.060.210.26
HSL41.54º22.54%66.08%-
HSV(B)41.54º20.74%73.73%-
XYZ41.6943.9134.71-
YUV176.51112.48136.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=36.65%
G=34.31%
B=29.04%

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
Decimal18817614900.060.210.2641.5422.5466.08
HexBCB09506151A2a1742
Octal2742602250625325227102
Binary10111100101100001001010101101010111010101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB095; }

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

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

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

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

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

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

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

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