#BDAC94

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

Shades of Akaroa #BDAC94

Tints of Akaroa #BDAC94

Color information

#BDAC94 (or 0xBDAC94) is unknown color: approx Akaroa. HEX triplet: BD, AC and 94. RGB value is (189,172,148). Sum of RGB (Red+Green+Blue) = 189+172+148=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC94 is #42536B. Grayscale: #AEAEAE. Windows color (decimal): -4346732 or 9743549. OLE color: 9743549.

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

Color convert

RGB189172148-
CMYK00.090.220.26
HSL35.12º23.7%66.08%-
HSV(B)35.12º21.69%74.12%-
XYZ41.0842.4634.05-
YUV174.35113.13138.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=37.13%
G=33.79%
B=29.08%

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
Decimal18917214800.090.220.2635.1223.766.08
HexBDAC9409161A231842
Octal27525422401126324330102
Binary101111011010110010010100010011011011010100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC94; }

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

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

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

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

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

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

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

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