Html Css Color HEX #BDAE70 Dark Khaki

📋 copy color: '#BDAE70'

red 189 ◦ green 174 ◦ blue 112

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

Shades of Dark Khaki #BDAE70

Tints of Dark Khaki #BDAE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.63%

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 39.79%
G = 36.63%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDAE70 (or 0xBDAE70) is known color: Dark Khaki. HEX triplet: BD, AE and 70. RGB value is (189,174,112). Sum of RGB (Red+Green+Blue) = 189+174+112=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE70 is #42518F. Grayscale: #ABABAB. Windows color (decimal): -4346256 or 7384765. OLE color: 7384765.

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

Color convert

RGB 189 174 112 -
CMYK 0 0.08 0.41 0.26
HSL 48.31º 0.37% 0.59% -
HSV(B) 48.31º 0.41% 0.74% -
XYZ 39.05 42.26 21.43 -
YUV 171.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 189 174 112 0 0.08 0.41 0.26 48.31 0.37 0.59
Hex BD AE 70 0 8 29 1A 30 25 3B
Octal 275 256 160 0 10 51 32 60 45 73
Binary 10111101 10101110 1110000 0 1000 101001 11010 110000 100101 111011

Color Harmonies of #BDAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE70

Black with #BDAE70

Text Example


Text Example

White with #BDAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE70; }

 p { color: rgb(189,174,112); }

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

background-color css

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

 a { background-color: rgb(189,174,112); }

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

border-color css

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

 span { border-color: rgb(189,174,112); }

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