#BDB59E

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

Shades of Akaroa #BDB59E

Tints of Akaroa #BDB59E

Color information

#BDB59E (or 0xBDB59E) is unknown color: approx Akaroa. HEX triplet: BD, B5 and 9E. RGB value is (189,181,158). Sum of RGB (Red+Green+Blue) = 189+181+158=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB59E is #424A61. Grayscale: #B4B4B4. Windows color (decimal): -4344418 or 10401213. OLE color: 10401213.

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

Color convert

RGB189181158-
CMYK00.040.160.26
HSL44.52º19.02%68.04%-
HSV(B)44.52º16.4%74.12%-
XYZ43.6846.3438.99-
YUV180.77115.15133.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 158 (62.11% from 255) = 29.92%
R=35.80%
G=34.28%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918115800.040.160.2644.5219.0268.04
HexBDB59E04101A2d1344
Octal2752652360420325523104
Binary10111101101101011001111001001000011010101101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB59E; }

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

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

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

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

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

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

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

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