#BDAF93

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

Shades of Akaroa #BDAF93

Tints of Akaroa #BDAF93

Color information

#BDAF93 (or 0xBDAF93) is unknown color: approx Akaroa. HEX triplet: BD, AF and 93. RGB value is (189,175,147). Sum of RGB (Red+Green+Blue) = 189+175+147=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF93 is #42506C. Grayscale: #B0B0B0. Windows color (decimal): -4345965 or 9678781. OLE color: 9678781.

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

Color convert

RGB189175147-
CMYK00.070.220.26
HSL40º24.14%65.88%-
HSV(B)40º22.22%74.12%-
XYZ41.5843.5933.82-
YUV175.99111.64137.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=36.99%
G=34.25%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917514700.070.220.264024.1465.88
HexBDAF9307161A281842
Octal2752572230726325030102
Binary10111101101011111001001101111011011010101000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF93; }

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

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

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

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

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

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

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

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