Html Css Color HEX #BDB777 Dark Khaki

📋 copy color: '#BDB777'

red 189 ◦ green 183 ◦ blue 119

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

Shades of Dark Khaki #BDB777

Tints of Dark Khaki #BDB777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.24%

R = 38.49%
G = 37.27%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB777 (or 0xBDB777) is known color: Dark Khaki. HEX triplet: BD, B7 and 77. RGB value is (189,183,119). Sum of RGB (Red+Green+Blue) = 189+183+119=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB777 is #424888. Grayscale: #B1B1B1. Windows color (decimal): -4343945 or 7845821. OLE color: 7845821.

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

Color convert

RGB 189 183 119 -
CMYK 0 0.03 0.37 0.26
HSL 54.86º 0.35% 0.6% -
HSV(B) 54.86º 0.37% 0.74% -
XYZ 41.25 46.02 24.16 -
YUV 177.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 189 183 119 0 0.03 0.37 0.26 54.86 0.35 0.6
Hex BD B7 77 0 3 25 1A 37 23 3C
Octal 275 267 167 0 3 45 32 67 43 74
Binary 10111101 10110111 1110111 0 11 100101 11010 110111 100011 111100

Color Harmonies of #BDB777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB777

Black with #BDB777

Text Example


Text Example

White with #BDB777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB777; }

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

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

background-color css

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

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

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

border-color css

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

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

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