#BDAF92

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

Shades of Akaroa #BDAF92

Tints of Akaroa #BDAF92

Color information

#BDAF92 (or 0xBDAF92) is unknown color: approx Akaroa. HEX triplet: BD, AF and 92. RGB value is (189,175,146). Sum of RGB (Red+Green+Blue) = 189+175+146=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF92 is #42506D. Grayscale: #B0B0B0. Windows color (decimal): -4345966 or 9613245. OLE color: 9613245.

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

Color convert

RGB189175146-
CMYK00.070.230.26
HSL40.47º24.57%65.69%-
HSV(B)40.47º22.75%74.12%-
XYZ41.543.5533.41-
YUV175.88111.14137.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=37.06%
G=34.31%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917514600.070.230.2640.4724.5765.69
HexBDAF9207171A281942
Octal2752572220727325031102
Binary10111101101011111001001001111011111010101000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF92; }

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

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

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

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

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

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

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

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