Html Css Color HEX #BDB774 Dark Khaki

📋 copy color: '#BDB774'

red 189 ◦ green 183 ◦ blue 116

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

Shades of Dark Khaki #BDB774

Tints of Dark Khaki #BDB774

RGB

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

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

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

R = 38.73%
G = 37.5%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDB774 (or 0xBDB774) is known color: Dark Khaki. HEX triplet: BD, B7 and 74. RGB value is (189,183,116). Sum of RGB (Red+Green+Blue) = 189+183+116=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB774 is #42488B. Grayscale: #B1B1B1. Windows color (decimal): -4343948 or 7649213. OLE color: 7649213.

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

Color convert

RGB 189 183 116 -
CMYK 0 0.03 0.39 0.26
HSL 55.07º 0.36% 0.6% -
HSV(B) 55.07º 0.39% 0.74% -
XYZ 41.07 45.95 23.23 -
YUV 177.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 189 183 116 0 0.03 0.39 0.26 55.07 0.36 0.6
Hex BD B7 74 0 3 27 1A 37 24 3C
Octal 275 267 164 0 3 47 32 67 44 74
Binary 10111101 10110111 1110100 0 11 100111 11010 110111 100100 111100

Color Harmonies of #BDB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB774

Black with #BDB774

Text Example


Text Example

White with #BDB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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