Html Css Color HEX #BDB573 Dark Khaki

📋 copy color: '#BDB573'

red 189 ◦ green 181 ◦ blue 115

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

Shades of Dark Khaki #BDB573

Tints of Dark Khaki #BDB573

RGB

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

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

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

R = 38.97%
G = 37.32%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDB573 (or 0xBDB573) is known color: Dark Khaki. HEX triplet: BD, B5 and 73. RGB value is (189,181,115). Sum of RGB (Red+Green+Blue) = 189+181+115=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB573 is #424A8C. Grayscale: #B0B0B0. Windows color (decimal): -4344461 or 7583165. OLE color: 7583165.

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

Color convert

RGB 189 181 115 -
CMYK 0 0.04 0.39 0.26
HSL 53.51º 0.36% 0.6% -
HSV(B) 53.51º 0.39% 0.74% -
XYZ 40.6 45.1 22.79 -
YUV 175.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 189 181 115 0 0.04 0.39 0.26 53.51 0.36 0.6
Hex BD B5 73 0 4 27 1A 36 24 3C
Octal 275 265 163 0 4 47 32 66 44 74
Binary 10111101 10110101 1110011 0 100 100111 11010 110110 100100 111100

Color Harmonies of #BDB573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB573

Black with #BDB573

Text Example


Text Example

White with #BDB573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB573; }

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

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

background-color css

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

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

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

border-color css

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

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

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