Html Css Color HEX #BDB771 Dark Khaki

📋 copy color: '#BDB771'

red 189 ◦ green 183 ◦ blue 113

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

Shades of Dark Khaki #BDB771

Tints of Dark Khaki #BDB771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 38.97%
G = 37.73%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDB771 (or 0xBDB771) is known color: Dark Khaki. HEX triplet: BD, B7 and 71. RGB value is (189,183,113). Sum of RGB (Red+Green+Blue) = 189+183+113=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB771 is #42488E. Grayscale: #B1B1B1. Windows color (decimal): -4343951 or 7452605. OLE color: 7452605.

HSL color Cylindrical-coordinate representation of color #BDB771: hue angle of 55.26º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB771 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 113 -
CMYK 0 0.03 0.40 0.26
HSL 55.26º 0.37% 0.59% -
HSV(B) 55.26º 0.4% 0.74% -
XYZ 40.9 45.88 22.32 -
YUV 176.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 189 183 113 0 0.03 0.40 0.26 55.26 0.37 0.59
Hex BD B7 71 0 3 28 1A 37 25 3B
Octal 275 267 161 0 3 50 32 67 45 73
Binary 10111101 10110111 1110001 0 11 101000 11010 110111 100101 111011

Color Harmonies of #BDB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB771

Black with #BDB771

Text Example


Text Example

White with #BDB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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