#BDAA91

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

Shades of Akaroa #BDAA91

Tints of Akaroa #BDAA91

Color information

#BDAA91 (or 0xBDAA91) is unknown color: approx Akaroa. HEX triplet: BD, AA and 91. RGB value is (189,170,145). Sum of RGB (Red+Green+Blue) = 189+170+145=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAA91 is #42556E. Grayscale: #ACACAC. Windows color (decimal): -4347247 or 9546429. OLE color: 9546429.

HSL color Cylindrical-coordinate representation of color #BDAA91: hue angle of 34.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDAA91 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB189170145-
CMYK00.100.230.26
HSL34.09º25%65.49%-
HSV(B)34.09º23.28%74.12%-
XYZ40.4741.6132.69-
YUV172.83112.29139.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=37.5%
G=33.73%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917014500.100.230.2634.092565.49
HexBDAA910A171A221941
Octal27525222101227324231101
Binary101111011010101010010001010101011111010100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA91; }

 p { color: rgb(189,170,145); }

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

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

 a { background-color: rgb(189,170,145); }

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

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

 span { border-color: rgb(189,170,145); }

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