Html Css Color HEX #BDB779 Dark Khaki

📋 copy color: '#BDB779'

red 189 ◦ green 183 ◦ blue 121

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

Shades of Dark Khaki #BDB779

Tints of Dark Khaki #BDB779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.12%

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

R = 38.34%
G = 37.12%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDB779 (or 0xBDB779) is known color: Dark Khaki. HEX triplet: BD, B7 and 79. RGB value is (189,183,121). Sum of RGB (Red+Green+Blue) = 189+183+121=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB779 is #424886. Grayscale: #B1B1B1. Windows color (decimal): -4343943 or 7976893. OLE color: 7976893.

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

Color convert

RGB 189 183 121 -
CMYK 0 0.03 0.36 0.26
HSL 54.71º 0.34% 0.61% -
HSV(B) 54.71º 0.36% 0.74% -
XYZ 41.37 46.07 24.8 -
YUV 177.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 189 183 121 0 0.03 0.36 0.26 54.71 0.34 0.61
Hex BD B7 79 0 3 24 1A 37 22 3D
Octal 275 267 171 0 3 44 32 67 42 75
Binary 10111101 10110111 1111001 0 11 100100 11010 110111 100010 111101

Color Harmonies of #BDB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB779

Black with #BDB779

Text Example


Text Example

White with #BDB779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB779; }

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

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

background-color css

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

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

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

border-color css

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

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

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