Html Css Color HEX #BDB773 Dark Khaki

📋 copy color: '#BDB773'

red 189 ◦ green 183 ◦ blue 115

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

Shades of Dark Khaki #BDB773

Tints of Dark Khaki #BDB773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 38.81%
G = 37.58%
B = 23.61%

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

#BDB773 (or 0xBDB773) is known color: Dark Khaki. HEX triplet: BD, B7 and 73. RGB value is (189,183,115). Sum of RGB (Red+Green+Blue) = 189+183+115=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB773 is #42488C. Grayscale: #B1B1B1. Windows color (decimal): -4343949 or 7583677. OLE color: 7583677.

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

Color convert

RGB 189 183 115 -
CMYK 0 0.03 0.39 0.26
HSL 55.14º 0.36% 0.6% -
HSV(B) 55.14º 0.39% 0.74% -
XYZ 41.01 45.92 22.92 -
YUV 177.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 189 183 115 0 0.03 0.39 0.26 55.14 0.36 0.6
Hex BD B7 73 0 3 27 1A 37 24 3C
Octal 275 267 163 0 3 47 32 67 44 74
Binary 10111101 10110111 1110011 0 11 100111 11010 110111 100100 111100

Color Harmonies of #BDB773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB773

Black with #BDB773

Text Example


Text Example

White with #BDB773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB773; }

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

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

background-color css

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

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

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

border-color css

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

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

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