#BDB59A

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

Shades of Akaroa #BDB59A

Tints of Akaroa #BDB59A

Color information

#BDB59A (or 0xBDB59A) is unknown color: approx Akaroa. HEX triplet: BD, B5 and 9A. RGB value is (189,181,154). Sum of RGB (Red+Green+Blue) = 189+181+154=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB59A is #424A65. Grayscale: #B4B4B4. Windows color (decimal): -4344422 or 10139069. OLE color: 10139069.

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

Color convert

RGB189181154-
CMYK00.040.190.26
HSL46.29º20.96%67.25%-
HSV(B)46.29º18.52%74.12%-
XYZ43.3446.237.2-
YUV180.31113.15134.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=36.07%
G=34.54%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918115400.040.190.2646.2920.9667.25
HexBDB59A04131A2e1543
Octal2752652320423325625103
Binary10111101101101011001101001001001111010101110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB59A; }

 p { color: rgb(189,181,154); }

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

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

 a { background-color: rgb(189,181,154); }

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

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

 span { border-color: rgb(189,181,154); }

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