#BCB29B

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

Shades of Akaroa #BCB29B

Tints of Akaroa #BCB29B

Color information

#BCB29B (or 0xBCB29B) is unknown color: approx Akaroa. HEX triplet: BC, B2 and 9B. RGB value is (188,178,155). Sum of RGB (Red+Green+Blue) = 188+178+155=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB29B is #434D64. Grayscale: #B2B2B2. Windows color (decimal): -4410725 or 10203836. OLE color: 10203836.

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

Color convert

RGB188178155-
CMYK00.050.180.26
HSL41.82º19.76%67.25%-
HSV(B)41.82º17.55%73.73%-
XYZ42.5844.937.43-
YUV178.37114.81134.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=36.08%
G=34.17%
B=29.75%

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
Decimal18817815500.050.180.2641.8219.7667.25
HexBCB29B05121A2a1443
Octal2742622330522325224103
Binary10111100101100101001101101011001011010101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB29B; }

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

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

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

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

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

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

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

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