Html Css Color HEX #BDAF71 Dark Khaki

📋 copy color: '#BDAF71'

red 189 ◦ green 175 ◦ blue 113

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

Shades of Dark Khaki #BDAF71

Tints of Dark Khaki #BDAF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.69%

R = 39.62%
G = 36.69%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDAF71 (or 0xBDAF71) is known color: Dark Khaki. HEX triplet: BD, AF and 71. RGB value is (189,175,113). Sum of RGB (Red+Green+Blue) = 189+175+113=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF71 is #42508E. Grayscale: #ACACAC. Windows color (decimal): -4345999 or 7450557. OLE color: 7450557.

HSL color Cylindrical-coordinate representation of color #BDAF71: hue angle of 48.95º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDAF71 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 113 -
CMYK 0 0.07 0.40 0.26
HSL 48.95º 0.37% 0.59% -
HSV(B) 48.95º 0.4% 0.74% -
XYZ 39.3 42.67 21.79 -
YUV 172.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 189 175 113 0 0.07 0.40 0.26 48.95 0.37 0.59
Hex BD AF 71 0 7 28 1A 31 25 3B
Octal 275 257 161 0 7 50 32 61 45 73
Binary 10111101 10101111 1110001 0 111 101000 11010 110001 100101 111011

Color Harmonies of #BDAF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF71

Black with #BDAF71

Text Example


Text Example

White with #BDAF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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