#BDB496

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

Shades of Akaroa #BDB496

Tints of Akaroa #BDB496

Color information

#BDB496 (or 0xBDB496) is unknown color: approx Akaroa. HEX triplet: BD, B4 and 96. RGB value is (189,180,150). Sum of RGB (Red+Green+Blue) = 189+180+150=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB496 is #424B69. Grayscale: #B3B3B3. Windows color (decimal): -4344682 or 9876669. OLE color: 9876669.

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

Color convert

RGB189180150-
CMYK00.050.210.26
HSL46.15º22.81%66.47%-
HSV(B)46.15º20.63%74.12%-
XYZ42.8145.6635.41-
YUV179.27111.48134.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=36.42%
G=34.68%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918015000.050.210.2646.1522.8166.47
HexBDB49605151A2e1742
Octal2752642260525325627102
Binary10111101101101001001011001011010111010101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB496; }

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

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

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

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

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

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

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

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