Html Css Color HEX #BEB974 Dark Khaki

📋 copy color: '#BEB974'

red 190 ◦ green 185 ◦ blue 116

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

Shades of Dark Khaki #BEB974

Tints of Dark Khaki #BEB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.68%

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 38.7%
G = 37.68%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEB974 (or 0xBEB974) is known color: Dark Khaki. HEX triplet: BE, B9 and 74. RGB value is (190,185,116). Sum of RGB (Red+Green+Blue) = 190+185+116=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB974 is #41468B. Grayscale: #B2B2B2. Windows color (decimal): -4277900 or 7649726. OLE color: 7649726.

HSL color Cylindrical-coordinate representation of color #BEB974: hue angle of 55.95º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEB974 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 116 -
CMYK 0 0.03 0.39 0.25
HSL 55.95º 0.36% 0.6% -
HSV(B) 55.95º 0.39% 0.75% -
XYZ 41.74 46.91 23.38 -
YUV 178.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 190 185 116 0 0.03 0.39 0.25 55.95 0.36 0.6
Hex BE B9 74 0 3 27 19 38 24 3C
Octal 276 271 164 0 3 47 31 70 44 74
Binary 10111110 10111001 1110100 0 11 100111 11001 111000 100100 111100

Color Harmonies of #BEB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB974

Black with #BEB974

Text Example


Text Example

White with #BEB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB974; }

 p { color: rgb(190,185,116); }

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

background-color css

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

 a { background-color: rgb(190,185,116); }

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

border-color css

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

 span { border-color: rgb(190,185,116); }

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