#BDAD92

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

Shades of Akaroa #BDAD92

Tints of Akaroa #BDAD92

Color information

#BDAD92 (or 0xBDAD92) is unknown color: approx Akaroa. HEX triplet: BD, AD and 92. RGB value is (189,173,146). Sum of RGB (Red+Green+Blue) = 189+173+146=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD92 is #42526D. Grayscale: #AEAEAE. Windows color (decimal): -4346478 or 9612733. OLE color: 9612733.

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

Color convert

RGB189173146-
CMYK00.080.230.26
HSL37.67º24.57%65.69%-
HSV(B)37.67º22.75%74.12%-
XYZ41.1242.7833.28-
YUV174.71111.8138.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=37.20%
G=34.06%
B=28.74%

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
Decimal18917314600.080.230.2637.6724.5765.69
HexBDAD9208171A261942
Octal27525522201027324631102
Binary101111011010110110010010010001011111010100110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD92; }

 p { color: rgb(189,173,146); }

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

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

 a { background-color: rgb(189,173,146); }

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

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

 span { border-color: rgb(189,173,146); }

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