#BCB29A

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

Shades of Akaroa #BCB29A

Tints of Akaroa #BCB29A

Color information

#BCB29A (or 0xBCB29A) is unknown color: approx Akaroa. HEX triplet: BC, B2 and 9A. RGB value is (188,178,154). Sum of RGB (Red+Green+Blue) = 188+178+154=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB29A is #434D65. Grayscale: #B2B2B2. Windows color (decimal): -4410726 or 10138300. OLE color: 10138300.

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

Color convert

RGB188178154-
CMYK00.050.180.26
HSL42.35º20.24%67.06%-
HSV(B)42.35º18.09%73.73%-
XYZ42.4944.8736.99-
YUV178.25114.31134.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=36.15%
G=34.23%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817815400.050.180.2642.3520.2467.06
HexBCB29A05121A2a1443
Octal2742622320522325224103
Binary10111100101100101001101001011001011010101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB29A; }

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

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

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

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

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

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

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

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