Html Css Color HEX #BDBA63 Dark Khaki

📋 copy color: '#BDBA63'

red 189 ◦ green 186 ◦ blue 99

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

Shades of Dark Khaki #BDBA63

Tints of Dark Khaki #BDBA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

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

R = 39.87%
G = 39.24%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDBA63 (or 0xBDBA63) is known color: Dark Khaki. HEX triplet: BD, BA and 63. RGB value is (189,186,99). Sum of RGB (Red+Green+Blue) = 189+186+99=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA63 is #42459C. Grayscale: #B1B1B1. Windows color (decimal): -4343197 or 6535869. OLE color: 6535869.

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

Color convert

RGB 189 186 99 -
CMYK 0 0.02 0.48 0.26
HSL 58º 0.41% 0.56% -
HSV(B) 58º 0.48% 0.74% -
XYZ 40.8 46.84 18.69 -
YUV 176.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 189 186 99 0 0.02 0.48 0.26 58 0.41 0.56
Hex BD BA 63 0 2 30 1A 3A 29 38
Octal 275 272 143 0 2 60 32 72 51 70
Binary 10111101 10111010 1100011 0 10 110000 11010 111010 101001 111000

Color Harmonies of #BDBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA63

Black with #BDBA63

Text Example


Text Example

White with #BDBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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