#BCB299

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

Shades of Akaroa #BCB299

Tints of Akaroa #BCB299

Color information

#BCB299 (or 0xBCB299) is unknown color: approx Akaroa. HEX triplet: BC, B2 and 99. RGB value is (188,178,153). Sum of RGB (Red+Green+Blue) = 188+178+153=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB299 is #434D66. Grayscale: #B2B2B2. Windows color (decimal): -4410727 or 10072764. OLE color: 10072764.

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

Color convert

RGB188178153-
CMYK00.050.190.26
HSL42.86º20.71%66.86%-
HSV(B)42.86º18.62%73.73%-
XYZ42.4144.8336.56-
YUV178.14113.81135.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=36.22%
G=34.30%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817815300.050.190.2642.8620.7166.86
HexBCB29905131A2b1543
Octal2742622310523325325103
Binary10111100101100101001100101011001111010101011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB299; }

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

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

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

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

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

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

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

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