#BDAE91

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

Shades of Akaroa #BDAE91

Tints of Akaroa #BDAE91

Color information

#BDAE91 (or 0xBDAE91) is unknown color: approx Akaroa. HEX triplet: BD, AE and 91. RGB value is (189,174,145). Sum of RGB (Red+Green+Blue) = 189+174+145=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE91 is #42516E. Grayscale: #AFAFAF. Windows color (decimal): -4346223 or 9547453. OLE color: 9547453.

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

Color convert

RGB189174145-
CMYK00.080.230.26
HSL39.55º25%65.49%-
HSV(B)39.55º23.28%74.12%-
XYZ41.2343.1432.94-
YUV175.18110.97137.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=37.20%
G=34.25%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917414500.080.230.2639.552565.49
HexBDAE9108171A281941
Octal27525622101027325031101
Binary101111011010111010010001010001011111010101000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE91; }

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

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

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

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

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

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

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

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