#BDAE92

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

Shades of Akaroa #BDAE92

Tints of Akaroa #BDAE92

Color information

#BDAE92 (or 0xBDAE92) is unknown color: approx Akaroa. HEX triplet: BD, AE and 92. RGB value is (189,174,146). Sum of RGB (Red+Green+Blue) = 189+174+146=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE92 is #42516D. Grayscale: #AFAFAF. Windows color (decimal): -4346222 or 9612989. OLE color: 9612989.

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

Color convert

RGB189174146-
CMYK00.080.230.26
HSL39.07º24.57%65.69%-
HSV(B)39.07º22.75%74.12%-
XYZ41.3143.1733.35-
YUV175.29111.47137.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=37.13%
G=34.18%
B=28.68%

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
Decimal18917414600.080.230.2639.0724.5765.69
HexBDAE9208171A271942
Octal27525622201027324731102
Binary101111011010111010010010010001011111010100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE92; }

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

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

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

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

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

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

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

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