#BDAC93

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

Shades of Akaroa #BDAC93

Tints of Akaroa #BDAC93

Color information

#BDAC93 (or 0xBDAC93) is unknown color: approx Akaroa. HEX triplet: BD, AC and 93. RGB value is (189,172,147). Sum of RGB (Red+Green+Blue) = 189+172+147=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC93 is #42536C. Grayscale: #AEAEAE. Windows color (decimal): -4346733 or 9678013. OLE color: 9678013.

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

Color convert

RGB189172147-
CMYK00.090.220.26
HSL35.71º24.14%65.88%-
HSV(B)35.71º22.22%74.12%-
XYZ41.0142.4333.63-
YUV174.23112.63138.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=37.20%
G=33.86%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917214700.090.220.2635.7124.1465.88
HexBDAC9309161A241842
Octal27525422301126324430102
Binary101111011010110010010011010011011011010100100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC93; }

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

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

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

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

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

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

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

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