Html Css Color HEX #BDB470 Dark Khaki

📋 copy color: '#BDB470'

red 189 ◦ green 180 ◦ blue 112

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

Shades of Dark Khaki #BDB470

Tints of Dark Khaki #BDB470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

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

R = 39.29%
G = 37.42%
B = 23.28%

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

#BDB470 (or 0xBDB470) is known color: Dark Khaki. HEX triplet: BD, B4 and 70. RGB value is (189,180,112). Sum of RGB (Red+Green+Blue) = 189+180+112=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB470 is #424B8F. Grayscale: #AFAFAF. Windows color (decimal): -4344720 or 7386301. OLE color: 7386301.

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

Color convert

RGB 189 180 112 -
CMYK 0 0.05 0.41 0.26
HSL 52.99º 0.37% 0.59% -
HSV(B) 52.99º 0.41% 0.74% -
XYZ 40.23 44.63 21.82 -
YUV 174.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 189 180 112 0 0.05 0.41 0.26 52.99 0.37 0.59
Hex BD B4 70 0 5 29 1A 35 25 3B
Octal 275 264 160 0 5 51 32 65 45 73
Binary 10111101 10110100 1110000 0 101 101001 11010 110101 100101 111011

Color Harmonies of #BDB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB470

Black with #BDB470

Text Example


Text Example

White with #BDB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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