Html Css Color HEX #BDB671 Dark Khaki

📋 copy color: '#BDB671'

red 189 ◦ green 182 ◦ blue 113

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

Shades of Dark Khaki #BDB671

Tints of Dark Khaki #BDB671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.6%

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

R = 39.05%
G = 37.6%
B = 23.35%

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

#BDB671 (or 0xBDB671) is known color: Dark Khaki. HEX triplet: BD, B6 and 71. RGB value is (189,182,113). Sum of RGB (Red+Green+Blue) = 189+182+113=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB671 is #42498E. Grayscale: #B0B0B0. Windows color (decimal): -4344207 or 7452349. OLE color: 7452349.

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

Color convert

RGB 189 182 113 -
CMYK 0 0.04 0.40 0.26
HSL 54.47º 0.37% 0.59% -
HSV(B) 54.47º 0.4% 0.74% -
XYZ 40.69 45.47 22.25 -
YUV 176.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 189 182 113 0 0.04 0.40 0.26 54.47 0.37 0.59
Hex BD B6 71 0 4 28 1A 36 25 3B
Octal 275 266 161 0 4 50 32 66 45 73
Binary 10111101 10110110 1110001 0 100 101000 11010 110110 100101 111011

Color Harmonies of #BDB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB671

Black with #BDB671

Text Example


Text Example

White with #BDB671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB671; }

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

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

background-color css

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

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

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

border-color css

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

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

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