#BDB499

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

Shades of Akaroa #BDB499

Tints of Akaroa #BDB499

Color information

#BDB499 (or 0xBDB499) is unknown color: approx Akaroa. HEX triplet: BD, B4 and 99. RGB value is (189,180,153). Sum of RGB (Red+Green+Blue) = 189+180+153=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB499 is #424B66. Grayscale: #B3B3B3. Windows color (decimal): -4344679 or 10073277. OLE color: 10073277.

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

Color convert

RGB189180153-
CMYK00.050.190.26
HSL45º21.43%67.06%-
HSV(B)45º19.05%74.12%-
XYZ43.0645.7636.7-
YUV179.61112.98134.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=36.21%
G=34.48%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918015300.050.190.264521.4367.06
HexBDB49905131A2d1543
Octal2752642310523325525103
Binary10111101101101001001100101011001111010101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB499; }

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

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

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

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

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

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

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

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