Html Css Color HEX #BDB663 Dark Khaki

📋 copy color: '#BDB663'

red 189 ◦ green 182 ◦ blue 99

#BDB663
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BDB663

Tints of Dark Khaki #BDB663

RGB

 RED value IS 189 (74.22% from 255) = 40.21%

 GREEN value IS 182 (71.48% from 255) = 38.72%

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 40.21%
G = 38.72%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDB663 (or 0xBDB663) is known color: Dark Khaki. HEX triplet: BD, B6 and 63. RGB value is (189,182,99). Sum of RGB (Red+Green+Blue) = 189+182+99=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB663 is #42499C. Grayscale: #AEAEAE. Windows color (decimal): -4344221 or 6534845. OLE color: 6534845.

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

Color convert

RGB 189 182 99 -
CMYK 0 0.04 0.48 0.26
HSL 55.33º 0.41% 0.56% -
HSV(B) 55.33º 0.48% 0.74% -
XYZ 39.97 45.18 18.42 -
YUV 174.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 189 182 99 0 0.04 0.48 0.26 55.33 0.41 0.56
Hex BD B6 63 0 4 30 1A 37 29 38
Octal 275 266 143 0 4 60 32 67 51 70
Binary 10111101 10110110 1100011 0 100 110000 11010 110111 101001 111000

Color Harmonies of #BDB663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB663

Black with #BDB663

Text Example


Text Example

White with #BDB663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB663; }

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

 H1.HeaderClassName
 {
   color: #BDB663;
 }
 .AnyTagClassName
 {
   color: #BDB663;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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