Html Css Color HEX #BDB46D Dark Khaki

📋 copy color: '#BDB46D'

red 189 ◦ green 180 ◦ blue 109

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

Shades of Dark Khaki #BDB46D

Tints of Dark Khaki #BDB46D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 39.54%
G = 37.66%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDB46D (or 0xBDB46D) is known color: Dark Khaki. HEX triplet: BD, B4 and 6D. RGB value is (189,180,109). Sum of RGB (Red+Green+Blue) = 189+180+109=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB46D is #424B92. Grayscale: #AEAEAE. Windows color (decimal): -4344723 or 7189693. OLE color: 7189693.

HSL color Cylindrical-coordinate representation of color #BDB46D: hue angle of 53.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDB46D is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 109 -
CMYK 0 0.05 0.42 0.26
HSL 53.25º 0.38% 0.58% -
HSV(B) 53.25º 0.42% 0.74% -
XYZ 40.07 44.57 20.96 -
YUV 174.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 189 180 109 0 0.05 0.42 0.26 53.25 0.38 0.58
Hex BD B4 6D 0 5 2A 1A 35 26 3A
Octal 275 264 155 0 5 52 32 65 46 72
Binary 10111101 10110100 1101101 0 101 101010 11010 110101 100110 111010

Color Harmonies of #BDB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB46D

Black with #BDB46D

Text Example


Text Example

White with #BDB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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