#BCA992

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

Shades of Akaroa #BCA992

Tints of Akaroa #BCA992

Color information

#BCA992 (or 0xBCA992) is unknown color: approx Akaroa. HEX triplet: BC, A9 and 92. RGB value is (188,169,146). Sum of RGB (Red+Green+Blue) = 188+169+146=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA992 is #43566D. Grayscale: #ACACAC. Windows color (decimal): -4413038 or 9611708. OLE color: 9611708.

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

Color convert

RGB188169146-
CMYK00.100.220.26
HSL32.86º23.86%65.49%-
HSV(B)32.86º22.34%73.73%-
XYZ40.1241.1433.02-
YUV172.06113.29139.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=37.38%
G=33.60%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816914600.100.220.2632.8623.8665.49
HexBCA9920A161A211841
Octal27425122201226324130101
Binary101111001010100110010010010101011011010100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA992; }

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

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

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

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

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

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

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

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