#BDAF99

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

Shades of Akaroa #BDAF99

Tints of Akaroa #BDAF99

Color information

#BDAF99 (or 0xBDAF99) is unknown color: approx Akaroa. HEX triplet: BD, AF and 99. RGB value is (189,175,153). Sum of RGB (Red+Green+Blue) = 189+175+153=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF99 is #425066. Grayscale: #B0B0B0. Windows color (decimal): -4345959 or 10071997. OLE color: 10071997.

HSL color Cylindrical-coordinate representation of color #BDAF99: hue angle of 36.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDAF99 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189175153-
CMYK00.070.190.26
HSL36.67º21.43%67.06%-
HSV(B)36.67º19.05%74.12%-
XYZ42.0743.7836.37-
YUV176.68114.64136.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=36.56%
G=33.85%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917515300.070.190.2636.6721.4367.06
HexBDAF9907131A251543
Octal2752572310723324525103
Binary10111101101011111001100101111001111010100101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF99; }

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

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

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

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

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

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

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

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