#BCB39E

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

Shades of Akaroa #BCB39E

Tints of Akaroa #BCB39E

Color information

#BCB39E (or 0xBCB39E) is unknown color: approx Akaroa. HEX triplet: BC, B3 and 9E. RGB value is (188,179,158). Sum of RGB (Red+Green+Blue) = 188+179+158=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB39E is #434C61. Grayscale: #B3B3B3. Windows color (decimal): -4410466 or 10400700. OLE color: 10400700.

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

Color convert

RGB188179158-
CMYK00.050.160.26
HSL42º18.29%67.84%-
HSV(B)42º15.96%73.73%-
XYZ43.0345.438.84-
YUV179.3115.98134.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=35.81%
G=34.10%
B=30.10%

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
Decimal18817915800.050.160.264218.2967.84
HexBCB39E05101A2a1244
Octal2742632360520325222104
Binary10111100101100111001111001011000011010101010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB39E; }

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

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

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

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

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

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

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

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