Html Css Color HEX #BEB76D Dark Khaki

📋 copy color: '#BEB76D'

red 190 ◦ green 183 ◦ blue 109

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

Shades of Dark Khaki #BEB76D

Tints of Dark Khaki #BEB76D

RGB

 RED value IS 190 (74.61% from 255) = 39.42%

 GREEN value IS 183 (71.88% from 255) = 37.97%

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 39.42%
G = 37.97%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEB76D (or 0xBEB76D) is known color: Dark Khaki. HEX triplet: BE, B7 and 6D. RGB value is (190,183,109). Sum of RGB (Red+Green+Blue) = 190+183+109=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB76D is #414892. Grayscale: #B0B0B0. Windows color (decimal): -4278419 or 7190462. OLE color: 7190462.

HSL color Cylindrical-coordinate representation of color #BEB76D: hue angle of 54.81º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEB76D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 109 -
CMYK 0 0.04 0.43 0.25
HSL 54.81º 0.38% 0.59% -
HSV(B) 54.81º 0.43% 0.75% -
XYZ 40.93 45.92 21.17 -
YUV 176.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 190 183 109 0 0.04 0.43 0.25 54.81 0.38 0.59
Hex BE B7 6D 0 4 2B 19 37 26 3B
Octal 276 267 155 0 4 53 31 67 46 73
Binary 10111110 10110111 1101101 0 100 101011 11001 110111 100110 111011

Color Harmonies of #BEB76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB76D

Black with #BEB76D

Text Example


Text Example

White with #BEB76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB76D; }

 p { color: rgb(190,183,109); }

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

background-color css

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

 a { background-color: rgb(190,183,109); }

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

border-color css

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

 span { border-color: rgb(190,183,109); }

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