#BDAC92

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

Shades of Akaroa #BDAC92

Tints of Akaroa #BDAC92

Color information

#BDAC92 (or 0xBDAC92) is unknown color: approx Akaroa. HEX triplet: BD, AC and 92. RGB value is (189,172,146). Sum of RGB (Red+Green+Blue) = 189+172+146=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC92 is #42536D. Grayscale: #AEAEAE. Windows color (decimal): -4346734 or 9612477. OLE color: 9612477.

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

Color convert

RGB189172146-
CMYK00.090.230.26
HSL36.28º24.57%65.69%-
HSV(B)36.28º22.75%74.12%-
XYZ40.9342.433.22-
YUV174.12112.13138.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=37.28%
G=33.93%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917214600.090.230.2636.2824.5765.69
HexBDAC9209171A241942
Octal27525422201127324431102
Binary101111011010110010010010010011011111010100100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC92; }

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

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

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

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

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

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

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

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