Html Css Color HEX #BDB970 Dark Khaki

📋 copy color: '#BDB970'

red 189 ◦ green 185 ◦ blue 112

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

Shades of Dark Khaki #BDB970

Tints of Dark Khaki #BDB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.07%

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

R = 38.89%
G = 38.07%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDB970 (or 0xBDB970) is known color: Dark Khaki. HEX triplet: BD, B9 and 70. RGB value is (189,185,112). Sum of RGB (Red+Green+Blue) = 189+185+112=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB970 is #42468F. Grayscale: #B2B2B2. Windows color (decimal): -4343440 or 7387581. OLE color: 7387581.

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

Color convert

RGB 189 185 112 -
CMYK 0 0.02 0.41 0.26
HSL 56.88º 0.37% 0.59% -
HSV(B) 56.88º 0.41% 0.74% -
XYZ 41.26 46.69 22.17 -
YUV 177.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 189 185 112 0 0.02 0.41 0.26 56.88 0.37 0.59
Hex BD B9 70 0 2 29 1A 39 25 3B
Octal 275 271 160 0 2 51 32 71 45 73
Binary 10111101 10111001 1110000 0 10 101001 11010 111001 100101 111011

Color Harmonies of #BDB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB970

Black with #BDB970

Text Example


Text Example

White with #BDB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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