Html Css Color HEX #BDB477 Dark Khaki

📋 copy color: '#BDB477'

red 189 ◦ green 180 ◦ blue 119

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

Shades of Dark Khaki #BDB477

Tints of Dark Khaki #BDB477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.89%

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

R = 38.73%
G = 36.89%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB477 (or 0xBDB477) is known color: Dark Khaki. HEX triplet: BD, B4 and 77. RGB value is (189,180,119). Sum of RGB (Red+Green+Blue) = 189+180+119=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB477 is #424B88. Grayscale: #AFAFAF. Windows color (decimal): -4344713 or 7845053. OLE color: 7845053.

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

Color convert

RGB 189 180 119 -
CMYK 0 0.05 0.37 0.26
HSL 52.29º 0.35% 0.6% -
HSV(B) 52.29º 0.37% 0.74% -
XYZ 40.64 44.79 23.96 -
YUV 175.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 189 180 119 0 0.05 0.37 0.26 52.29 0.35 0.6
Hex BD B4 77 0 5 25 1A 34 23 3C
Octal 275 264 167 0 5 45 32 64 43 74
Binary 10111101 10110100 1110111 0 101 100101 11010 110100 100011 111100

Color Harmonies of #BDB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB477

Black with #BDB477

Text Example


Text Example

White with #BDB477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB477; }

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

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

background-color css

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

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

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

border-color css

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

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

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