#BCB19B

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

Shades of Akaroa #BCB19B

Tints of Akaroa #BCB19B

Color information

#BCB19B (or 0xBCB19B) is unknown color: approx Akaroa. HEX triplet: BC, B1 and 9B. RGB value is (188,177,155). Sum of RGB (Red+Green+Blue) = 188+177+155=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB19B is #434E64. Grayscale: #B1B1B1. Windows color (decimal): -4410981 or 10203580. OLE color: 10203580.

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

Color convert

RGB188177155-
CMYK00.060.180.26
HSL40º19.76%67.25%-
HSV(B)40º17.55%73.73%-
XYZ42.3844.537.37-
YUV177.78115.14135.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=36.15%
G=34.04%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817715500.060.180.264019.7667.25
HexBCB19B06121A281443
Octal2742612330622325024103
Binary10111100101100011001101101101001011010101000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB19B; }

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

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

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

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

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

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

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

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