#BDAF94

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

Shades of Akaroa #BDAF94

Tints of Akaroa #BDAF94

Color information

#BDAF94 (or 0xBDAF94) is unknown color: approx Akaroa. HEX triplet: BD, AF and 94. RGB value is (189,175,148). Sum of RGB (Red+Green+Blue) = 189+175+148=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF94 is #42506B. Grayscale: #B0B0B0. Windows color (decimal): -4345964 or 9744317. OLE color: 9744317.

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

Color convert

RGB189175148-
CMYK00.070.220.26
HSL39.51º23.7%66.08%-
HSV(B)39.51º21.69%74.12%-
XYZ41.6643.6234.24-
YUV176.11112.14137.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=36.91%
G=34.18%
B=28.91%

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
Decimal18917514800.070.220.2639.5123.766.08
HexBDAF9407161A281842
Octal2752572240726325030102
Binary10111101101011111001010001111011011010101000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF94; }

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

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

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

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

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

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

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

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