#BDB495

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

Shades of Akaroa #BDB495

Tints of Akaroa #BDB495

Color information

#BDB495 (or 0xBDB495) is unknown color: approx Akaroa. HEX triplet: BD, B4 and 95. RGB value is (189,180,149). Sum of RGB (Red+Green+Blue) = 189+180+149=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB495 is #424B6A. Grayscale: #B3B3B3. Windows color (decimal): -4344683 or 9811133. OLE color: 9811133.

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

Color convert

RGB189180149-
CMYK00.050.210.26
HSL46.5º23.26%66.27%-
HSV(B)46.5º21.16%74.12%-
XYZ42.7345.6334.99-
YUV179.16110.98135.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=36.49%
G=34.75%
B=28.76%

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
Decimal18918014900.050.210.2646.523.2666.27
HexBDB49505151A2f1742
Octal2752642250525325727102
Binary10111101101101001001010101011010111010101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB495; }

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

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

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

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

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

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

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

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