Html Css Color HEX #BDB374 Dark Khaki

📋 copy color: '#BDB374'

red 189 ◦ green 179 ◦ blue 116

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

Shades of Dark Khaki #BDB374

Tints of Dark Khaki #BDB374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 39.05%
G = 36.98%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDB374 (or 0xBDB374) is known color: Dark Khaki. HEX triplet: BD, B3 and 74. RGB value is (189,179,116). Sum of RGB (Red+Green+Blue) = 189+179+116=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB374 is #424C8B. Grayscale: #AFAFAF. Windows color (decimal): -4344972 or 7648189. OLE color: 7648189.

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

Color convert

RGB 189 179 116 -
CMYK 0 0.05 0.39 0.26
HSL 51.78º 0.36% 0.6% -
HSV(B) 51.78º 0.39% 0.74% -
XYZ 40.26 44.32 22.96 -
YUV 174.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 189 179 116 0 0.05 0.39 0.26 51.78 0.36 0.6
Hex BD B3 74 0 5 27 1A 34 24 3C
Octal 275 263 164 0 5 47 32 64 44 74
Binary 10111101 10110011 1110100 0 101 100111 11010 110100 100100 111100

Color Harmonies of #BDB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB374

Black with #BDB374

Text Example


Text Example

White with #BDB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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