#BCAF97

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

Shades of Akaroa #BCAF97

Tints of Akaroa #BCAF97

Color information

#BCAF97 (or 0xBCAF97) is unknown color: approx Akaroa. HEX triplet: BC, AF and 97. RGB value is (188,175,151). Sum of RGB (Red+Green+Blue) = 188+175+151=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF97 is #435068. Grayscale: #B0B0B0. Windows color (decimal): -4411497 or 9940924. OLE color: 9940924.

HSL color Cylindrical-coordinate representation of color #BCAF97: hue angle of 38.92º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCAF97 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188175151-
CMYK00.070.200.26
HSL38.92º21.64%66.47%-
HSV(B)38.92º19.68%73.73%-
XYZ41.6543.5935.5-
YUV176.15113.81136.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=36.58%
G=34.05%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817515100.070.200.2638.9221.6466.47
HexBCAF9707141A271642
Octal2742572270724324726102
Binary10111100101011111001011101111010011010100111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF97; }

 p { color: rgb(188,175,151); }

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

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

 a { background-color: rgb(188,175,151); }

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

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

 span { border-color: rgb(188,175,151); }

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