Html Css Color HEX #BDB56F Dark Khaki

📋 copy color: '#BDB56F'

red 189 ◦ green 181 ◦ blue 111

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

Shades of Dark Khaki #BDB56F

Tints of Dark Khaki #BDB56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.08%

R = 39.29%
G = 37.63%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDB56F (or 0xBDB56F) is known color: Dark Khaki. HEX triplet: BD, B5 and 6F. RGB value is (189,181,111). Sum of RGB (Red+Green+Blue) = 189+181+111=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB56F is #424A90. Grayscale: #AFAFAF. Windows color (decimal): -4344465 or 7321021. OLE color: 7321021.

HSL color Cylindrical-coordinate representation of color #BDB56F: hue angle of 53.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDB56F is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 111 -
CMYK 0 0.04 0.41 0.26
HSL 53.85º 0.37% 0.59% -
HSV(B) 53.85º 0.41% 0.74% -
XYZ 40.38 45.01 21.6 -
YUV 175.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 189 181 111 0 0.04 0.41 0.26 53.85 0.37 0.59
Hex BD B5 6F 0 4 29 1A 36 25 3B
Octal 275 265 157 0 4 51 32 66 45 73
Binary 10111101 10110101 1101111 0 100 101001 11010 110110 100101 111011

Color Harmonies of #BDB56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB56F

Black with #BDB56F

Text Example


Text Example

White with #BDB56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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