#BCB29E

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

Shades of Akaroa #BCB29E

Tints of Akaroa #BCB29E

Color information

#BCB29E (or 0xBCB29E) is unknown color: approx Akaroa. HEX triplet: BC, B2 and 9E. RGB value is (188,178,158). Sum of RGB (Red+Green+Blue) = 188+178+158=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB29E is #434D61. Grayscale: #B2B2B2. Windows color (decimal): -4410722 or 10400444. OLE color: 10400444.

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

Color convert

RGB188178158-
CMYK00.050.160.26
HSL40º18.29%67.84%-
HSV(B)40º15.96%73.73%-
XYZ42.834538.78-
YUV178.71116.31134.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=35.88%
G=33.97%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817815800.050.160.264018.2967.84
HexBCB29E05101A281244
Octal2742622360520325022104
Binary10111100101100101001111001011000011010101000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB29E; }

 p { color: rgb(188,178,158); }

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

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

 a { background-color: rgb(188,178,158); }

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

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

 span { border-color: rgb(188,178,158); }

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