Html Css Color HEX #BDB577 Dark Khaki

📋 copy color: '#BDB577'

red 189 ◦ green 181 ◦ blue 119

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

Shades of Dark Khaki #BDB577

Tints of Dark Khaki #BDB577

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.01%

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

R = 38.65%
G = 37.01%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB577 (or 0xBDB577) is known color: Dark Khaki. HEX triplet: BD, B5 and 77. RGB value is (189,181,119). Sum of RGB (Red+Green+Blue) = 189+181+119=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB577 is #424A88. Grayscale: #B0B0B0. Windows color (decimal): -4344457 or 7845309. OLE color: 7845309.

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

Color convert

RGB 189 181 119 -
CMYK 0 0.04 0.37 0.26
HSL 53.14º 0.35% 0.6% -
HSV(B) 53.14º 0.37% 0.74% -
XYZ 40.84 45.2 24.02 -
YUV 176.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 189 181 119 0 0.04 0.37 0.26 53.14 0.35 0.6
Hex BD B5 77 0 4 25 1A 35 23 3C
Octal 275 265 167 0 4 45 32 65 43 74
Binary 10111101 10110101 1110111 0 100 100101 11010 110101 100011 111100

Color Harmonies of #BDB577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB577

Black with #BDB577

Text Example


Text Example

White with #BDB577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB577; }

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

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

background-color css

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

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

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

border-color css

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

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

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