Html Css Color HEX #BDB679 Dark Khaki

📋 copy color: '#BDB679'

red 189 ◦ green 182 ◦ blue 121

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

Shades of Dark Khaki #BDB679

Tints of Dark Khaki #BDB679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.99%

 BLUE value IS 121 (47.66% from 255) = 24.59%

R = 38.41%
G = 36.99%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDB679 (or 0xBDB679) is known color: Dark Khaki. HEX triplet: BD, B6 and 79. RGB value is (189,182,121). Sum of RGB (Red+Green+Blue) = 189+182+121=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB679 is #424986. Grayscale: #B1B1B1. Windows color (decimal): -4344199 or 7976637. OLE color: 7976637.

HSL color Cylindrical-coordinate representation of color #BDB679: hue angle of 53.82º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDB679 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 121 -
CMYK 0 0.04 0.36 0.26
HSL 53.82º 0.34% 0.61% -
HSV(B) 53.82º 0.36% 0.74% -
XYZ 41.17 45.66 24.73 -
YUV 177.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 189 182 121 0 0.04 0.36 0.26 53.82 0.34 0.61
Hex BD B6 79 0 4 24 1A 36 22 3D
Octal 275 266 171 0 4 44 32 66 42 75
Binary 10111101 10110110 1111001 0 100 100100 11010 110110 100010 111101

Color Harmonies of #BDB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB679

Black with #BDB679

Text Example


Text Example

White with #BDB679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB679; }

 p { color: rgb(189,182,121); }

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

background-color css

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

 a { background-color: rgb(189,182,121); }

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

border-color css

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

 span { border-color: rgb(189,182,121); }

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