#BDAC97

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

Shades of Akaroa #BDAC97

Tints of Akaroa #BDAC97

Color information

#BDAC97 (or 0xBDAC97) is unknown color: approx Akaroa. HEX triplet: BD, AC and 97. RGB value is (189,172,151). Sum of RGB (Red+Green+Blue) = 189+172+151=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC97 is #425368. Grayscale: #AEAEAE. Windows color (decimal): -4346729 or 9940157. OLE color: 9940157.

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

Color convert

RGB189172151-
CMYK00.090.200.26
HSL33.16º22.35%66.67%-
HSV(B)33.16º20.11%74.12%-
XYZ41.3242.5635.31-
YUV174.69114.63138.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 151 (59.38% from 255) = 29.49%
R=36.91%
G=33.59%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917215100.090.200.2633.1622.3566.67
HexBDAC9709141A211643
Octal27525422701124324126103
Binary101111011010110010010111010011010011010100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC97; }

 p { color: rgb(189,172,151); }

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

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

 a { background-color: rgb(189,172,151); }

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

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

 span { border-color: rgb(189,172,151); }

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