#BDB49E

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

Shades of Akaroa #BDB49E

Tints of Akaroa #BDB49E

Color information

#BDB49E (or 0xBDB49E) is unknown color: approx Akaroa. HEX triplet: BD, B4 and 9E. RGB value is (189,180,158). Sum of RGB (Red+Green+Blue) = 189+180+158=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB49E is #424B61. Grayscale: #B4B4B4. Windows color (decimal): -4344674 or 10400957. OLE color: 10400957.

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

Color convert

RGB189180158-
CMYK00.050.160.26
HSL42.58º19.02%68.04%-
HSV(B)42.58º16.4%74.12%-
XYZ43.4845.9338.92-
YUV180.18115.48134.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 158 (62.11% from 255) = 29.98%
R=35.86%
G=34.16%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918015800.050.160.2642.5819.0268.04
HexBDB49E05101A2b1344
Octal2752642360520325323104
Binary10111101101101001001111001011000011010101011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB49E; }

 p { color: rgb(189,180,158); }

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

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

 a { background-color: rgb(189,180,158); }

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

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

 span { border-color: rgb(189,180,158); }

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