Html Css Color HEX #BDB376 Dark Khaki

📋 copy color: '#BDB376'

red 189 ◦ green 179 ◦ blue 118

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

Shades of Dark Khaki #BDB376

Tints of Dark Khaki #BDB376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 38.89%
G = 36.83%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDB376 (or 0xBDB376) is known color: Dark Khaki. HEX triplet: BD, B3 and 76. RGB value is (189,179,118). Sum of RGB (Red+Green+Blue) = 189+179+118=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB376 is #424C89. Grayscale: #AFAFAF. Windows color (decimal): -4344970 or 7779261. OLE color: 7779261.

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

Color convert

RGB 189 179 118 -
CMYK 0 0.05 0.38 0.26
HSL 51.55º 0.35% 0.6% -
HSV(B) 51.55º 0.38% 0.74% -
XYZ 40.38 44.37 23.58 -
YUV 175.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 189 179 118 0 0.05 0.38 0.26 51.55 0.35 0.6
Hex BD B3 76 0 5 26 1A 34 23 3C
Octal 275 263 166 0 5 46 32 64 43 74
Binary 10111101 10110011 1110110 0 101 100110 11010 110100 100011 111100

Color Harmonies of #BDB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB376

Black with #BDB376

Text Example


Text Example

White with #BDB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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