Html Css Color HEX #BDB571 Dark Khaki

📋 copy color: '#BDB571'

red 189 ◦ green 181 ◦ blue 113

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

Shades of Dark Khaki #BDB571

Tints of Dark Khaki #BDB571

RGB

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

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

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

R = 39.13%
G = 37.47%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDB571 (or 0xBDB571) is known color: Dark Khaki. HEX triplet: BD, B5 and 71. RGB value is (189,181,113). Sum of RGB (Red+Green+Blue) = 189+181+113=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB571 is #424A8E. Grayscale: #AFAFAF. Windows color (decimal): -4344463 or 7452093. OLE color: 7452093.

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

Color convert

RGB 189 181 113 -
CMYK 0 0.04 0.40 0.26
HSL 53.68º 0.37% 0.59% -
HSV(B) 53.68º 0.4% 0.74% -
XYZ 40.49 45.06 22.19 -
YUV 175.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 189 181 113 0 0.04 0.40 0.26 53.68 0.37 0.59
Hex BD B5 71 0 4 28 1A 36 25 3B
Octal 275 265 161 0 4 50 32 66 45 73
Binary 10111101 10110101 1110001 0 100 101000 11010 110110 100101 111011

Color Harmonies of #BDB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB571

Black with #BDB571

Text Example


Text Example

White with #BDB571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB571; }

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

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

background-color css

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

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

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

border-color css

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

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

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