#BCAC92

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

Shades of Akaroa #BCAC92

Tints of Akaroa #BCAC92

Color information

#BCAC92 (or 0xBCAC92) is unknown color: approx Akaroa. HEX triplet: BC, AC and 92. RGB value is (188,172,146). Sum of RGB (Red+Green+Blue) = 188+172+146=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC92 is #43536D. Grayscale: #ADADAD. Windows color (decimal): -4412270 or 9612476. OLE color: 9612476.

HSL color Cylindrical-coordinate representation of color #BCAC92: hue angle of 37.14º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCAC92 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188172146-
CMYK00.090.220.26
HSL37.14º23.86%65.49%-
HSV(B)37.14º22.34%73.73%-
XYZ40.6842.2733.21-
YUV173.82112.3138.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=37.15%
G=33.99%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817214600.090.220.2637.1423.8665.49
HexBCAC9209161A251841
Octal27425422201126324530101
Binary101111001010110010010010010011011011010100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC92; }

 p { color: rgb(188,172,146); }

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

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

 a { background-color: rgb(188,172,146); }

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

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

 span { border-color: rgb(188,172,146); }

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