Html Css Color HEX #BDB46E Dark Khaki

📋 copy color: '#BDB46E'

red 189 ◦ green 180 ◦ blue 110

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

Shades of Dark Khaki #BDB46E

Tints of Dark Khaki #BDB46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 39.46%
G = 37.58%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDB46E (or 0xBDB46E) is known color: Dark Khaki. HEX triplet: BD, B4 and 6E. RGB value is (189,180,110). Sum of RGB (Red+Green+Blue) = 189+180+110=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB46E is #424B91. Grayscale: #AEAEAE. Windows color (decimal): -4344722 or 7255229. OLE color: 7255229.

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

Color convert

RGB 189 180 110 -
CMYK 0 0.05 0.42 0.26
HSL 53.16º 0.37% 0.59% -
HSV(B) 53.16º 0.42% 0.74% -
XYZ 40.12 44.59 21.24 -
YUV 174.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 189 180 110 0 0.05 0.42 0.26 53.16 0.37 0.59
Hex BD B4 6E 0 5 2A 1A 35 25 3B
Octal 275 264 156 0 5 52 32 65 45 73
Binary 10111101 10110100 1101110 0 101 101010 11010 110101 100101 111011

Color Harmonies of #BDB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB46E

Black with #BDB46E

Text Example


Text Example

White with #BDB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB46E; }

 p { color: rgb(189,180,110); }

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

background-color css

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

 a { background-color: rgb(189,180,110); }

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

border-color css

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

 span { border-color: rgb(189,180,110); }

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