#BDBB63

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

Shades of Dark Khaki #BDBB63

Tints of Dark Khaki #BDBB63

Color information

#BDBB63 (or 0xBDBB63) is unknown color: approx Dark Khaki. HEX triplet: BD, BB and 63. RGB value is (189,187,99). Sum of RGB (Red+Green+Blue) = 189+187+99=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB63 is #42449C. Grayscale: #B1B1B1. Windows color (decimal): -4342941 or 6536125. OLE color: 6536125.

HSL color Cylindrical-coordinate representation of color #BDBB63: hue angle of 58.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDBB63 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18918799-
CMYK00.010.480.26
HSL58.67º40.54%56.47%-
HSV(B)58.67º47.62%74.12%-
XYZ41.0147.2618.77-
YUV177.5783.66136.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=39.79%
G=39.37%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891879900.010.480.2658.6740.5456.47
HexBDBB6301301A3b2938
Octal275273143016032735170
Binary101111011011101111000110111000011010111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB63; }

 p { color: rgb(189,187,99); }

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

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

 a { background-color: rgb(189,187,99); }

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

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

 span { border-color: rgb(189,187,99); }

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