#BDB59B

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

Shades of Akaroa #BDB59B

Tints of Akaroa #BDB59B

Color information

#BDB59B (or 0xBDB59B) is unknown color: approx Akaroa. HEX triplet: BD, B5 and 9B. RGB value is (189,181,155). Sum of RGB (Red+Green+Blue) = 189+181+155=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB59B is #424A64. Grayscale: #B4B4B4. Windows color (decimal): -4344421 or 10204605. OLE color: 10204605.

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

Color convert

RGB189181155-
CMYK00.040.180.26
HSL45.88º20.48%67.45%-
HSV(B)45.88º17.99%74.12%-
XYZ43.4346.2337.65-
YUV180.43113.65134.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=36%
G=34.48%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918115500.040.180.2645.8820.4867.45
HexBDB59B04121A2e1443
Octal2752652330422325624103
Binary10111101101101011001101101001001011010101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB59B; }

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

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

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

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

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

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

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

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