#BCAD92

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

Shades of Akaroa #BCAD92

Tints of Akaroa #BCAD92

Color information

#BCAD92 (or 0xBCAD92) is unknown color: approx Akaroa. HEX triplet: BC, AD and 92. RGB value is (188,173,146). Sum of RGB (Red+Green+Blue) = 188+173+146=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD92 is #43526D. Grayscale: #AEAEAE. Windows color (decimal): -4412014 or 9612732. OLE color: 9612732.

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

Color convert

RGB188173146-
CMYK00.080.220.26
HSL38.57º23.86%65.49%-
HSV(B)38.57º22.34%73.73%-
XYZ40.8742.6533.27-
YUV174.41111.97137.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=37.08%
G=34.12%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817314600.080.220.2638.5723.8665.49
HexBCAD9208161A271841
Octal27425522201026324730101
Binary101111001010110110010010010001011011010100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD92; }

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

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

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

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

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

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

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

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