Html Css Color HEX #BDAF6D Dark Khaki

📋 copy color: '#BDAF6D'

red 189 ◦ green 175 ◦ blue 109

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

Shades of Dark Khaki #BDAF6D

Tints of Dark Khaki #BDAF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37%

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

R = 39.96%
G = 37%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDAF6D (or 0xBDAF6D) is known color: Dark Khaki. HEX triplet: BD, AF and 6D. RGB value is (189,175,109). Sum of RGB (Red+Green+Blue) = 189+175+109=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF6D is #425092. Grayscale: #ABABAB. Windows color (decimal): -4346003 or 7188413. OLE color: 7188413.

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

Color convert

RGB 189 175 109 -
CMYK 0 0.07 0.42 0.26
HSL 49.5º 0.38% 0.58% -
HSV(B) 49.5º 0.42% 0.74% -
XYZ 39.08 42.58 20.63 -
YUV 171.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 189 175 109 0 0.07 0.42 0.26 49.5 0.38 0.58
Hex BD AF 6D 0 7 2A 1A 32 26 3A
Octal 275 257 155 0 7 52 32 62 46 72
Binary 10111101 10101111 1101101 0 111 101010 11010 110010 100110 111010

Color Harmonies of #BDAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF6D

Black with #BDAF6D

Text Example


Text Example

White with #BDAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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