Html Css Color HEX #BDB370 Dark Khaki

📋 copy color: '#BDB370'

red 189 ◦ green 179 ◦ blue 112

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

Shades of Dark Khaki #BDB370

Tints of Dark Khaki #BDB370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.29%

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

R = 39.38%
G = 37.29%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDB370 (or 0xBDB370) is known color: Dark Khaki. HEX triplet: BD, B3 and 70. RGB value is (189,179,112). Sum of RGB (Red+Green+Blue) = 189+179+112=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB370 is #424C8F. Grayscale: #AEAEAE. Windows color (decimal): -4344976 or 7386045. OLE color: 7386045.

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

Color convert

RGB 189 179 112 -
CMYK 0 0.05 0.41 0.26
HSL 52.21º 0.37% 0.59% -
HSV(B) 52.21º 0.41% 0.74% -
XYZ 40.03 44.23 21.76 -
YUV 174.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 189 179 112 0 0.05 0.41 0.26 52.21 0.37 0.59
Hex BD B3 70 0 5 29 1A 34 25 3B
Octal 275 263 160 0 5 51 32 64 45 73
Binary 10111101 10110011 1110000 0 101 101001 11010 110100 100101 111011

Color Harmonies of #BDB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB370

Black with #BDB370

Text Example


Text Example

White with #BDB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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