#BDAD97

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

Shades of Akaroa #BDAD97

Tints of Akaroa #BDAD97

Color information

#BDAD97 (or 0xBDAD97) is unknown color: approx Akaroa. HEX triplet: BD, AD and 97. RGB value is (189,173,151). Sum of RGB (Red+Green+Blue) = 189+173+151=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD97 is #425268. Grayscale: #AFAFAF. Windows color (decimal): -4346473 or 9940413. OLE color: 9940413.

HSL color Cylindrical-coordinate representation of color #BDAD97: hue angle of 34.74º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDAD97 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189173151-
CMYK00.080.200.26
HSL34.74º22.35%66.67%-
HSV(B)34.74º20.11%74.12%-
XYZ41.5242.9435.38-
YUV175.28114.3137.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 151 (59.38% from 255) = 29.43%
R=36.84%
G=33.72%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917315100.080.200.2634.7422.3566.67
HexBDAD9708141A231643
Octal27525522701024324326103
Binary101111011010110110010111010001010011010100011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD97; }

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

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

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

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

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

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

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

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