Html Css Color HEX #BEB973 Dark Khaki

📋 copy color: '#BEB973'

red 190 ◦ green 185 ◦ blue 115

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

Shades of Dark Khaki #BEB973

Tints of Dark Khaki #BEB973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 38.78%
G = 37.76%
B = 23.47%

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

#BEB973 (or 0xBEB973) is known color: Dark Khaki. HEX triplet: BE, B9 and 73. RGB value is (190,185,115). Sum of RGB (Red+Green+Blue) = 190+185+115=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB973 is #41468C. Grayscale: #B2B2B2. Windows color (decimal): -4277901 or 7584190. OLE color: 7584190.

HSL color Cylindrical-coordinate representation of color #BEB973: hue angle of 56º degrees, saturation: 0.37, 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 #BEB973 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 115 -
CMYK 0 0.03 0.39 0.25
HSL 56º 0.37% 0.6% -
HSV(B) 56º 0.39% 0.75% -
XYZ 41.68 46.88 23.07 -
YUV 178.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 190 185 115 0 0.03 0.39 0.25 56 0.37 0.6
Hex BE B9 73 0 3 27 19 38 25 3C
Octal 276 271 163 0 3 47 31 70 45 74
Binary 10111110 10111001 1110011 0 11 100111 11001 111000 100101 111100

Color Harmonies of #BEB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB973

Black with #BEB973

Text Example


Text Example

White with #BEB973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB973; }

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

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

background-color css

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

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

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

border-color css

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

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

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