#BCAF96

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

Shades of Akaroa #BCAF96

Tints of Akaroa #BCAF96

Color information

#BCAF96 (or 0xBCAF96) is unknown color: approx Akaroa. HEX triplet: BC, AF and 96. RGB value is (188,175,150). Sum of RGB (Red+Green+Blue) = 188+175+150=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF96 is #435069. Grayscale: #B0B0B0. Windows color (decimal): -4411498 or 9875388. OLE color: 9875388.

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

Color convert

RGB188175150-
CMYK00.070.200.26
HSL39.47º22.09%66.27%-
HSV(B)39.47º20.21%73.73%-
XYZ41.5743.5535.07-
YUV176.04113.31136.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=36.65%
G=34.11%
B=29.24%

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
Decimal18817515000.070.200.2639.4722.0966.27
HexBCAF9607141A271642
Octal2742572260724324726102
Binary10111100101011111001011001111010011010100111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF96; }

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

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

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

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

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

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

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

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